Helm Charts: add ip bind for filer (#6902)

add ip bind for filer

fix https://github.com/seaweedfs/seaweedfs/issues/6900
This commit is contained in:
Chris Lu
2025-06-20 10:46:57 -07:00
committed by GitHub
parent 828228dbb0
commit 2b3385e201
2 changed files with 3 additions and 1 deletions

View File

@@ -190,6 +190,7 @@ spec:
-encryptVolumeData \
{{- end }}
-ip=${POD_IP} \
-ip.bind={{ .Values.filer.ipBind }} \
{{- if .Values.filer.filerGroup}}
-filerGroup={{ .Values.filer.filerGroup}} \
{{- end }}