Skip to content

Commit 61861b9

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
authored andcommitted
Welcome to Stack Simplify
1 parent d453e19 commit 61861b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

12-Microservices-Deployment-on-EKS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ spec:
121121
- Remove /app1, /app2 contexts
122122
```yml
123123
# External DNS - For creating a Record Set in Route53
124-
external-dns.alpha.kubernetes.io/hostname: ums.kubeoncloud.com
124+
external-dns.alpha.kubernetes.io/hostname: services.kubeoncloud.com, ums.kubeoncloud.com
125125
spec:
126126
rules:
127127
- http:

12-Microservices-Deployment-on-EKS/kube-manifests/07-ALB-Ingress-SSL-Redirect-ExternalDNS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
# SSL Redirect Setting
2525
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
2626
# External DNS - For creating a Record Set in Route53
27-
external-dns.alpha.kubernetes.io/hostname: microservices1.kubeoncloud.com, users1.kubeoncloud.com
27+
external-dns.alpha.kubernetes.io/hostname: services.kubeoncloud.com, ums.kubeoncloud.com
2828
spec:
2929
rules:
3030
- http:

0 commit comments

Comments
 (0)