Merge branch 'media-repo-fix-typo-in-hpa' into 'master'
fix typo in hpa.yaml template See merge request ananace/charts!56
This commit is contained in:
commit
3ea15bef38
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ spec:
|
|||
name: cpu
|
||||
target:
|
||||
type: Utilization
|
||||
AverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }}
|
||||
averageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }}
|
||||
{{- end }}
|
||||
{{- if .Values.autoscaling.targetMemoryUtilizationPercentage }}
|
||||
- type: Resource
|
||||
|
@ -27,6 +27,6 @@ spec:
|
|||
name: memory
|
||||
target:
|
||||
type: Utilization
|
||||
AverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
|
||||
averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue