Merge pull request 'feat: update prometheus metrics capture' (#10) from feature/icecheng/prometheus into main
Reviewed-on: https://gitea.freeleaps.mathmast.com/products/freeleaps-authentication/pulls/10
This commit is contained in:
commit
c5507dd5a3
@ -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