Skip to content

Commit

Permalink
Legg til intern.nav.no ingresser
Browse files Browse the repository at this point in the history
  • Loading branch information
hestad committed Oct 6, 2023
1 parent 04f9724 commit 1d735ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion nais-dev.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ingress": "https://su-se-bakover.dev.adeo.no",
"ingress1": "https://su-se-bakover.dev.adeo.no",
"ingress2": "https://su-se-bakover.dev.intern.nav.no",
"secret_env": "dev",
"cluster": "preprod",
"tenant": "trygdeetaten.no",
Expand Down
3 changes: 2 additions & 1 deletion nais-prod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ingress": "https://su-se-bakover.nais.adeo.no",
"ingress1": "https://su-se-bakover.nais.adeo.no",
"ingress2": "https://su-se-bakover.intern.nav.no",
"secret_env": "prod",
"cluster": "prod",
"tenant": "nav.no",
Expand Down
3 changes: 2 additions & 1 deletion nais.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ spec:
memory: 1Gi
cpu: 1000m
ingresses:
- {{ ingress }}
- {{ ingress1 }}
- {{ ingress2 }}
webproxy: true
prometheus:
enabled: true
Expand Down

0 comments on commit 1d735ee

Please sign in to comment.