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

reenabled hpa

parent 45e1abbe
No related branches found
No related tags found
3 merge requests!1671Development,!1667Development,!1654reenabled hpa
...@@ -2,6 +2,7 @@ service: ...@@ -2,6 +2,7 @@ service:
externalPort: 80 externalPort: 80
internalPort: 80 internalPort: 80
hpa: hpa:
enabled: true
minReplicas: 2 minReplicas: 2
maxReplicas: 5 maxReplicas: 5
podDisruptionBudget: podDisruptionBudget:
......
...@@ -2,6 +2,7 @@ service: ...@@ -2,6 +2,7 @@ service:
externalPort: 80 externalPort: 80
internalPort: 80 internalPort: 80
hpa: hpa:
enabled: true
minReplicas: 5 minReplicas: 5
maxReplicas: 100 maxReplicas: 100
resources: resources:
......
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