Skip to content

Commit c36364e

Browse files
committed
Formatting fixes
1 parent 7200a2d commit c36364e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

wiz-admission-controller/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@ scaleDown:
248248
value: 1
249249
periodSeconds: 300
250250
{{- end -}}
251-
{{- end -}}
251+
{{- end -}}

wiz-admission-controller/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
#
441440
hpa:
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:

0 commit comments

Comments
 (0)