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 6721066 commit fcf98c2Copy full SHA for fcf98c2
chart/env/prod.yaml
@@ -361,8 +361,16 @@ autoscaling:
361
enabled: true
362
minReplicas: 6
363
maxReplicas: 30
364
- targetMemoryUtilizationPercentage: "70"
365
- targetCPUUtilizationPercentage: "70"
+ targetMemoryUtilizationPercentage: "50"
+ targetCPUUtilizationPercentage: "50"
366
+
367
+resources:
368
+ requests:
369
+ cpu: 4
370
+ memory: 8Gi
371
+ limits:
372
373
374
375
monitoring:
376
0 commit comments