Reorder MinIO Gateway HPA resource list to smooth out GitOps diffs (#9236)

Signed-off-by: Ayan Bikalapov <abikalapov+git@gmail.com>
This commit is contained in:
aiceball
2022-03-01 08:51:08 -05:00
committed by GitHub
parent 9317d290cd
commit b7e34cb28e
2 changed files with 7 additions and 7 deletions

View File

@@ -25,4 +25,4 @@ name: minio
sources:
- https://github.com/bitnami/bitnami-docker-minio
- https://min.io
version: 10.1.13
version: 10.1.14

View File

@@ -18,16 +18,16 @@ spec:
minReplicas: {{ .Values.gateway.autoscaling.minReplicas }}
maxReplicas: {{ .Values.gateway.autoscaling.maxReplicas }}
metrics:
{{- if .Values.gateway.autoscaling.targetCPU }}
- type: Resource
resource:
name: cpu
targetAverageUtilization: {{ .Values.gateway.autoscaling.targetCPU }}
{{- end }}
{{- if .Values.gateway.autoscaling.targetMemory }}
- type: Resource
resource:
name: memory
targetAverageUtilization: {{ .Values.gateway.autoscaling.targetMemory }}
{{- end }}
{{- if .Values.gateway.autoscaling.targetCPU }}
- type: Resource
resource:
name: cpu
targetAverageUtilization: {{ .Values.gateway.autoscaling.targetCPU }}
{{- end }}
{{- end }}