Support volume server ID in Helm chart (#7867)

helm: Support volume server ID
This commit is contained in:
Sheya Bernstein
2025-12-24 18:52:40 +00:00
committed by GitHub
parent 26acebdef1
commit 911aca74f3
2 changed files with 7 additions and 0 deletions

View File

@@ -176,6 +176,9 @@ spec:
{{- if $volume.dataCenter }}
-dataCenter={{ $volume.dataCenter }} \
{{- end }}
{{- if $volume.id }}
-id={{ $volume.id }} \
{{- end }}
-ip.bind={{ $volume.ipBind }} \
-readMode={{ $volume.readMode }} \
{{- if $volume.whiteList }}

View File

@@ -401,6 +401,10 @@ volume:
# Volume server's rack name
rack: null
# Stable identifier for the volume server, independent of IP address
# Useful for Kubernetes environments with hostPath volumes to maintain stable identity
id: null
# Volume server's data center name
dataCenter: null