diff --git a/helm/rustfs/templates/deployment.yaml b/helm/rustfs/templates/deployment.yaml index 8103c2d50..e872989be 100644 --- a/helm/rustfs/templates/deployment.yaml +++ b/helm/rustfs/templates/deployment.yaml @@ -12,7 +12,7 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} spec: - replicas: 1 + replicas: {{ min 1 .Values.replicaCount }} {{- with .Values.mode.standalone.strategy }} {{- $type := default "RollingUpdate" .type }} strategy: