Skip to content

Commit

Permalink
Flyttet annotations til metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
eilifjohansen committed May 22, 2024
1 parent d80305c commit e9c2423
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .nais/prod-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
namespace: team-researchops
labels:
team: team-researchops
annotations:
nginx.ingress.kubernetes.io/cors-allow-origin: https://websta.ansatt.nav.no
nginx.ingress.kubernetes.io/enable-cors: "true"
spec:
image: {{ image }}
port: 8080
Expand Down Expand Up @@ -40,10 +43,6 @@ spec:
readiness:
path: /isReady
initialDelay: 20
metadata:
annotations:
nginx.ingress.kubernetes.io/cors-allow-origin: https://websta.ansatt.nav.no
nginx.ingress.kubernetes.io/enable-cors: "true"
env:
- name: SITEIMPROVE
value: {{SITEIMPROVE}}
Expand Down

0 comments on commit e9c2423

Please sign in to comment.