mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +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:
|
sources:
|
||||||
- https://github.com/bitnami/bitnami-docker-minio
|
- https://github.com/bitnami/bitnami-docker-minio
|
||||||
- https://min.io
|
- https://min.io
|
||||||
version: 10.1.13
|
version: 10.1.14
|
||||||
|
|||||||
@@ -18,16 +18,16 @@ spec:
|
|||||||
minReplicas: {{ .Values.gateway.autoscaling.minReplicas }}
|
minReplicas: {{ .Values.gateway.autoscaling.minReplicas }}
|
||||||
maxReplicas: {{ .Values.gateway.autoscaling.maxReplicas }}
|
maxReplicas: {{ .Values.gateway.autoscaling.maxReplicas }}
|
||||||
metrics:
|
metrics:
|
||||||
{{- if .Values.gateway.autoscaling.targetCPU }}
|
|
||||||
- type: Resource
|
|
||||||
resource:
|
|
||||||
name: cpu
|
|
||||||
targetAverageUtilization: {{ .Values.gateway.autoscaling.targetCPU }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.gateway.autoscaling.targetMemory }}
|
{{- if .Values.gateway.autoscaling.targetMemory }}
|
||||||
- type: Resource
|
- type: Resource
|
||||||
resource:
|
resource:
|
||||||
name: memory
|
name: memory
|
||||||
targetAverageUtilization: {{ .Values.gateway.autoscaling.targetMemory }}
|
targetAverageUtilization: {{ .Values.gateway.autoscaling.targetMemory }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .Values.gateway.autoscaling.targetCPU }}
|
||||||
|
- type: Resource
|
||||||
|
resource:
|
||||||
|
name: cpu
|
||||||
|
targetAverageUtilization: {{ .Values.gateway.autoscaling.targetCPU }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user