Skip to content

Commit fe9b6b8

Browse files
authored
Increase to replica=2 in prod (#412)
1 parent 2a27e58 commit fe9b6b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.nais/prod.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ spec:
1919
memory: '1024Mi'
2020

2121
replicas:
22-
disableAutoScaling: true
23-
max: 1
24-
min: 1
22+
max: 2
23+
min: 2
2524

2625
readiness:
2726
path: /ready

0 commit comments

Comments
 (0)