mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 09:18:28 +00:00
helm: allow to define additional config variables (#1220)
Signed-off-by: Juri Malinovski <juri.malinovski@coolbet.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user