Skip to content

Commit 1b0c296

Browse files
authored
chore: increase max replicas and CPU request in YAML
1 parent 6cfb4f3 commit 1b0c296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

naiserator-prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
image: {{ image }}
1010
replicas:
1111
min: 2
12-
max: 4
12+
max: 6
1313
scalingStrategy:
1414
cpu:
1515
thresholdPercentage: 90
@@ -40,7 +40,7 @@ spec:
4040
limits:
4141
memory: 1Gi
4242
requests:
43-
cpu: 40m
43+
cpu: 100m
4444
memory: 530Mi
4545
kafka:
4646
pool: nav-prod

0 commit comments

Comments
 (0)