diff --git a/helm/rustfs/templates/statefulset.yaml b/helm/rustfs/templates/statefulset.yaml index 432443ff..a9b07b54 100644 --- a/helm/rustfs/templates/statefulset.yaml +++ b/helm/rustfs/templates/statefulset.yaml @@ -115,9 +115,6 @@ spec: name: endpoint - containerPort: {{ .Values.service.console_port }} name: console - env: - - name: REPLICA_COUNT - value: {{ .Values.replicaCount | quote }} envFrom: - configMapRef: name: {{ include "rustfs.fullname" . }}-config diff --git a/helm/rustfs/values.yaml b/helm/rustfs/values.yaml index 4e669a72..898e17cd 100644 --- a/helm/rustfs/values.yaml +++ b/helm/rustfs/values.yaml @@ -124,7 +124,7 @@ ingress: paths: - path: / pathType: Prefix - tls: + tls: enabled: false # Enable tls and access rustfs via https. certManager: enabled: false # Enable certmanager to generate certificate for rustfs, default false.