File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -248,4 +248,4 @@ scaleDown:
248248 value: 1
249249 periodSeconds: 300
250250{ {- end -} }
251- { {- end -} }
251+ { {- end -} }
Original file line number Diff line number Diff line change @@ -437,15 +437,14 @@ probes: # Probes config for the container
437437# Horizontal Pod Autoscaling.
438438# Prerequisites: metrics-server installed on the cluster:
439439# https://github.com/kubernetes-sigs/metrics-server
440- #
441440hpa :
442441 enabled : false
443442 minReplicas : 2
444443 maxReplicas : 5
445444 enableCPU : true
446- targetCPUUtilizationPercentage : 50
445+ targetCPUUtilizationPercentage : 80
447446 enableMemory : false
448- targetMemoryUtilizationPercentage : 50
447+ targetMemoryUtilizationPercentage : 80
449448 customMetrics : []
450449 # Uncomment the `behavior` section below to specify custom scaling policies and behavior.
451450 # If left blank, the following default settings are applied:
You can’t perform that action at this time.
0 commit comments