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
LudvigHz committed Apr 3, 2024
1 parent b3e97e2 commit 46c0640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .nais/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ kind: "Application"
metadata:
name: modiapersonoversikt
namespace: personoversikt
cluster: prod-fss
labels:
team: personoversikt
annotations:
nginx.ingress.kubernetes.io/proxy-buffer-size: "8k"
spec:
image: {{image}}
image: "{{image}}"
port: 8080
webproxy: true
liveness:
Expand All @@ -32,6 +31,7 @@ spec:
memory: 2048Mi
ingresses:
- https://app.adeo.no/modiapersonoversikt
- https://modiapersonoversikt.intern.nav.no
replicas:
min: 2
max: 4
Expand Down
4 changes: 2 additions & 2 deletions .nais/qa-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ kind: "Application"
metadata:
name: modiapersonoversikt-{{q_env}}
namespace: personoversikt
cluster: dev-fss
labels:
team: personoversikt
annotations:
nginx.ingress.kubernetes.io/proxy-buffer-size: "8k"
spec:
image: {{image}}
image: "{{image}}"
port: 8080
webproxy: true
liveness:
Expand All @@ -32,6 +31,7 @@ spec:
memory: 1536Mi
ingresses:
- https://app-{{ q_env }}.adeo.no/modiapersonoversikt
- https://modiapersonoversikt-{{ q_env }}.intern.dev.nav.no
replicas:
min: 2
max: 4
Expand Down

0 comments on commit 46c0640

Please sign in to comment.