Skip to content

Commit f4fb900

Browse files
committed
Tweaking targetMemoryUtilization for HPA
1 parent fc6df7f commit f4fb900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helmfile/overrides/secure-client-hub/prod/secure-client-hub.yaml.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ autoscaling:
189189
minReplicas: 4
190190
maxReplicas: {{ env "HPA_MAX_REPLICAS" | default 40}}
191191
targetCPUUtilization: 70
192-
targetMemoryUtilization: 70
192+
targetMemoryUtilization: 80
193193
labels:
194194
app.kubernetes.io/name: service-canada-client-hub
195195
{{- if env "HOSTALIAS_ENABLED" }}

0 commit comments

Comments
 (0)