Helm: Add ability to enable Virtual Hosting paths (#1559)

This commit is contained in:
Peter Olds
2026-01-19 18:39:17 -08:00
committed by GitHub
parent 46126ade81
commit d578707f95
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -19,3 +19,6 @@ data:
{{- else }}
RUSTFS_VOLUMES: "/data"
{{- end }}
{{- if .Values.config.rustfs.domains }}
RUSTFS_SERVER_DOMAINS: {{ .Values.config.rustfs.domains | quote }}
{{- end }}
+3
View File
@@ -58,6 +58,9 @@ config:
region: "us-east-1"
obs_log_directory: "/logs"
obs_environment: "develop"
# Optionally enable support for virtual-hosted-style requests.
# See more information: https://docs.rustfs.com/integration/virtual.html
domains: "" # e.g. "example.com"
# This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
serviceAccount: