feat: update prometheus metrics capture

This commit is contained in:
icecheng 2025-11-10 16:40:27 +08:00
parent 34c1ad1da9
commit 098b6a8e5b

View File

@ -18,6 +18,6 @@ data:
MONGODB_PORT: {{ .Values.authentication.configs.mongodbPort | toString | b64enc }}
METRICS_ENABLED: {{ .Values.authentication.configs.metricsEnabled | default false | toString | b64enc }}
PROBES_ENABLED: {{ .Values.authentication.configs.probesEnabled | default false | toString | b64enc }}
FREELEAPS_PRODUCT_ID: { { .Values.authentication.configs.freeleapsProductId | b64enc | quote } }
ENVIRONMENT: { { .Values.authentication.configs.environment | b64enc | quote } }
FREELEAPS_PRODUCT_ID: {{ .Values.authentication.configs.freeleapsProductId | b64enc | quote }}
ENVIRONMENT: {{ .Values.authentication.configs.environment | b64enc | quote }}