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

modified hpa

parent ff4217a2
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ ingress: ...@@ -57,7 +57,7 @@ ingress:
secretName: metager-tls-otherdomains secretName: metager-tls-otherdomains
autoscaling: autoscaling:
maxReplicas: 100 maxReplicas: 5
podAnnotations: podAnnotations:
prometheus.io/scrape: "true" prometheus.io/scrape: "true"
......
...@@ -38,12 +38,12 @@ spec: ...@@ -38,12 +38,12 @@ spec:
selectPolicy: Max selectPolicy: Max
scaleUp: scaleUp:
policies: policies:
- periodSeconds: 15 - periodSeconds: 30
type: Pods type: Pods
value: 4 value: 4
- periodSeconds: 15 - periodSeconds: 30
type: Percent type: Percent
value: 100 value: 100
selectPolicy: Max selectPolicy: Max
stabilizationWindowSeconds: 60 stabilizationWindowSeconds: 30
{{- end }} {{- end }}
...@@ -122,7 +122,7 @@ autoscaling: ...@@ -122,7 +122,7 @@ autoscaling:
enabled: true enabled: true
minReplicas: 2 minReplicas: 2
maxReplicas: 5 maxReplicas: 5
targetCPUUtilizationPercentage: 100 targetCPUUtilizationPercentage: 85
#targetMemoryUtilizationPercentage: 80 #targetMemoryUtilizationPercentage: 80
nodeSelector: {} nodeSelector: {}
......
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