helm: allow to define additional config variables (#1220)

Signed-off-by: Juri Malinovski <juri.malinovski@coolbet.com>
This commit is contained in:
Juri Malinovski
2025-12-22 14:25:23 +02:00
committed by GitHub
parent 80cfb4feab
commit f17990f746
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -115,9 +115,6 @@ spec:
name: endpoint name: endpoint
- containerPort: {{ .Values.service.console_port }} - containerPort: {{ .Values.service.console_port }}
name: console name: console
env:
- name: REPLICA_COUNT
value: {{ .Values.replicaCount | quote }}
envFrom: envFrom:
- configMapRef: - configMapRef:
name: {{ include "rustfs.fullname" . }}-config name: {{ include "rustfs.fullname" . }}-config
+1 -1
View File
@@ -124,7 +124,7 @@ ingress:
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: tls:
enabled: false # Enable tls and access rustfs via https. enabled: false # Enable tls and access rustfs via https.
certManager: certManager:
enabled: false # Enable certmanager to generate certificate for rustfs, default false. enabled: false # Enable certmanager to generate certificate for rustfs, default false.