Skip to content

Commit

Permalink
fixed ingress for production
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie committed Jul 6, 2023
1 parent 8c5fc2e commit 8daac77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
spec:
ingressClassName: alb
rules:
- host: "data-service.staging.terarium.ai"
- host: "data-service.terarium.ai"
http:
paths:
- path: /
Expand All @@ -24,4 +24,4 @@ spec:
number: 3020
tls:
- hosts:
- "data-service.staging.terarium.ai"
- "data-service.terarium.ai"
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: Kustomization
resources:
- ../../base
- check-latest
- ingress/private-web-ingress.yaml
- ingress/public-web-ingress.yaml
- ingress/public-web-ssl-ingress.yaml
- secrets/secrets-adobe-api-key.yaml
Expand Down

0 comments on commit 8daac77

Please sign in to comment.