Skip to content

Commit

Permalink
updated ingress temp host name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Jan 26, 2025
1 parent 9444e0f commit 31dc70d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/k8s/archs/arch1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: fake.cloudacademy.com
- host: elb.host.com
http:
paths:
- path: /
Expand Down
2 changes: 1 addition & 1 deletion terraform/k8s/archs/arch1/templates/1_ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: fake.cloudacademy.com
- host: elb.host.com
http:
paths:
- path: /
Expand Down
2 changes: 1 addition & 1 deletion terraform/k8s/archs/arch2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: fake.cloudacademy.com
- host: elb.host.com
http:
paths:
- path: /
Expand Down
2 changes: 1 addition & 1 deletion terraform/k8s/archs/arch2/templates/1_ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: fake.cloudacademy.com
- host: elb.host.com
http:
paths:
- path: /
Expand Down

0 comments on commit 31dc70d

Please sign in to comment.