Spaces:
Running
Running
fix(chart): incresase resources (#1175)
Browse files- chart/env/prod.yaml +10 -2
chart/env/prod.yaml
CHANGED
@@ -361,8 +361,16 @@ autoscaling:
|
|
361 |
enabled: true
|
362 |
minReplicas: 6
|
363 |
maxReplicas: 30
|
364 |
-
targetMemoryUtilizationPercentage: "
|
365 |
-
targetCPUUtilizationPercentage: "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
366 |
|
367 |
monitoring:
|
368 |
enabled: true
|
|
|
361 |
enabled: true
|
362 |
minReplicas: 6
|
363 |
maxReplicas: 30
|
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
|
374 |
|
375 |
monitoring:
|
376 |
enabled: true
|