Skip to content

Commit 7852040

Browse files
committed
Double amount of resources
1 parent 9bfe398 commit 7852040

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nais/nais-prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ spec:
99
image: "{{{ image }}}"
1010
port: 7000
1111
replicas:
12-
min: 2
13-
max: 4
12+
min: 4
13+
max: 8
1414
liveness:
1515
path: "/internal/isalive"
1616
initialDelay: 3
@@ -24,9 +24,9 @@ spec:
2424
timeout: 1
2525
resources:
2626
limits:
27-
memory: "2048Mi"
27+
memory: "4096Mi"
2828
requests:
29-
memory: "1024Mi"
29+
memory: "2048Mi"
3030
ingresses:
3131
- "https://navansatt.intern.nav.no"
3232
- "https://navansatt.prod-fss-pub.nais.io"

0 commit comments

Comments
 (0)