mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user