mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 09:18:28 +00:00
feat: add metrics support in helm chart (#2109)
Signed-off-by: houseme <housemecn@gmail.com> Co-authored-by: houseme <housemecn@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -41,5 +41,9 @@ data:
|
||||
RUSTFS_TLS_KEYLOG: "1"
|
||||
RUSTFS_TLS_PATH: "/opt/tls"
|
||||
{{- end }}
|
||||
# RUSTFS_MTLS_CLIENT_CERT: "/opt/tls/client_cert.pem"
|
||||
# RUSTFS_MTLS_CLIENT_KEY: "/opt/tls/client_key.pem"
|
||||
{{- if .Values.config.rustfs.metrics.enabled }}
|
||||
RUSTFS_OBS_METRIC_ENDPOINT: {{ .Values.config.rustfs.metrics.endpoint | quote }}
|
||||
{{- else }}
|
||||
RUSTFS_OBS_METRIC_ENDPOINT: ""
|
||||
RUSTFS_OBS_METRICS_EXPORT_ENABLED: "false"
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user