feat: update prometheus metrics capture
This commit is contained in:
parent
34c1ad1da9
commit
098b6a8e5b
@ -18,6 +18,6 @@ data:
|
|||||||
MONGODB_PORT: {{ .Values.authentication.configs.mongodbPort | toString | b64enc }}
|
MONGODB_PORT: {{ .Values.authentication.configs.mongodbPort | toString | b64enc }}
|
||||||
METRICS_ENABLED: {{ .Values.authentication.configs.metricsEnabled | default false | toString | b64enc }}
|
METRICS_ENABLED: {{ .Values.authentication.configs.metricsEnabled | default false | toString | b64enc }}
|
||||||
PROBES_ENABLED: {{ .Values.authentication.configs.probesEnabled | default false | toString | b64enc }}
|
PROBES_ENABLED: {{ .Values.authentication.configs.probesEnabled | default false | toString | b64enc }}
|
||||||
FREELEAPS_PRODUCT_ID: { { .Values.authentication.configs.freeleapsProductId | b64enc | quote } }
|
FREELEAPS_PRODUCT_ID: {{ .Values.authentication.configs.freeleapsProductId | b64enc | quote }}
|
||||||
ENVIRONMENT: { { .Values.authentication.configs.environment | b64enc | quote } }
|
ENVIRONMENT: {{ .Values.authentication.configs.environment | b64enc | quote }}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user