Skip to content
Snippets Groups Projects
Commit 2696756d authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

reduced cpu limits and request to achieve better scaling

parent ff9f3541
No related branches found
No related tags found
1 merge request!1588Development
...@@ -4,6 +4,13 @@ service: ...@@ -4,6 +4,13 @@ service:
hpa: hpa:
minReplicas: 5 minReplicas: 5
maxReplicas: 25 maxReplicas: 25
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 500m
memory: 1Gi
podDisruptionBudget: podDisruptionBudget:
enabled: true enabled: true
minAvailable: 4 minAvailable: 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment