mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 07:06:53 +00:00
fix(obs): disable profiling export by default and fix Helm env name (#2719)
This commit is contained in:
@@ -65,9 +65,10 @@ data:
|
||||
{{- end }}
|
||||
{{- if .profiling.enabled }}
|
||||
RUSTFS_OBS_PROFILING_ENDPOINT: {{ .profiling.endpoint | quote }}
|
||||
RUSTFS_OBS_PROFILING_EXPORT_ENABLED: "true"
|
||||
{{- else }}
|
||||
RUSTFS_OBS_PROFILING_ENDPOINT: ""
|
||||
RUSTFS_OBS_PROFILING_ENABLED: "false"
|
||||
RUSTFS_OBS_PROFILING_EXPORT_ENABLED: "false"
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user