Skip to content

Commit

Permalink
Merge pull request #804 from abpio/auto-merge/rel-8-0/304
Browse files Browse the repository at this point in the history
Merge branch rel-8.1 with rel-8.0
  • Loading branch information
salihozkara authored Aug 27, 2024
2 parents 9f7e5d8 + e1d728b commit 17035f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/guides/ms-multi-tenant-domain-resolving.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ Your request from the browser to the subdomain will be accepted by the ingress-c

Update your charts ingress.yaml files. Ex for **administration-ingress.yaml**:

{%{
```yaml
spec:
tls:
Expand Down Expand Up @@ -303,6 +304,7 @@ spec:
port:
number: 80
```
}%}
**Update all the application, gateway and microservice ingress.yaml files.** Eventually, when deploy the application, you will be seeing:
![updated-ingress](D:\Github\abp-commercial-docs\en\images\updated-ingress.png)
Expand All @@ -311,6 +313,7 @@ spec:
Navigate to applications, gateways and microservices' **x-deployment.yaml** file and override the newly introduced `TenantDomain` key:

{%{
```yaml
... Removed for brevity
- name: "TenantDomain" # Add this key
Expand All @@ -319,11 +322,13 @@ Navigate to applications, gateways and microservices' **x-deployment.yaml** file
value: "{{ .Values.config.authServer.authority }}"
...
```
}%}

> **Update all the application, gateway and microservice deployment.yaml files.**

**For AuthServer, also add the WildCardDomains that is used to handle subdomain *redirect* and *post_logout redirect* URIs to the authserver-deployment.yaml file:**

{%{
```yaml
... Removed for brevity
- name: "TenantDomain"
Expand All @@ -348,6 +353,7 @@ Navigate to applications, gateways and microservices' **x-deployment.yaml** file
value: "{{ .Values.wildCardDomains.productService }}"
...
```
}%}

Afterwards, update the **values.yaml** file for all the sub-charts (administration, authserver etc):

Expand Down

0 comments on commit 17035f8

Please sign in to comment.