Skip to content

Commit fcf98c2

Browse files
authored
fix(chart): incresase resources (#1175)
1 parent 6721066 commit fcf98c2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

chart/env/prod.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,16 @@ autoscaling:
361361
enabled: true
362362
minReplicas: 6
363363
maxReplicas: 30
364-
targetMemoryUtilizationPercentage: "70"
365-
targetCPUUtilizationPercentage: "70"
364+
targetMemoryUtilizationPercentage: "50"
365+
targetCPUUtilizationPercentage: "50"
366+
367+
resources:
368+
requests:
369+
cpu: 4
370+
memory: 8Gi
371+
limits:
372+
cpu: 4
373+
memory: 8Gi
366374

367375
monitoring:
368376
enabled: true

0 commit comments

Comments
 (0)