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

added resources definition to development

parent 173eb1a9
No related branches found
No related tags found
3 merge requests!1671Development,!1667Development,!1654reenabled hpa
......@@ -5,6 +5,13 @@ hpa:
enabled: true
minReplicas: 2
maxReplicas: 5
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 500m
memory: 1Gi
podDisruptionBudget:
enabled: true
minAvailable: 1
......
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