We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8069d commit 3c3c632Copy full SHA for 3c3c632
nais/dev/nais.yaml
@@ -13,7 +13,7 @@ metadata:
13
nginx.ingress.kubernetes.io/proxy-body-size: "8m"
14
nginx.ingress.kubernetes.io/proxy-buffer-size: "800k"
15
spec:
16
- image: {{ image }}
+ image: {{image}}
17
port: 8099
18
webproxy: true
19
liveness:
nais/prod/nais.yaml
@@ -7,7 +7,7 @@ metadata:
7
labels:
8
team: {{team}}
9
10
11
12
0 commit comments