hotfix():

This commit is contained in:
ITQ
2026-05-23 09:54:24 +03:00
parent b4d62036aa
commit 1e0e1776be
3 changed files with 4 additions and 2 deletions
@@ -62,6 +62,8 @@ spec:
{{- if .Values.observability.enabled }}
- name: MANAGEMENT_METRICS_TAGS_APPLICATION
value: {{ .Values.observability.metrics.applicationTag | quote }}
- name: HTTP_SERVER_REQUESTS_HISTOGRAM_ENABLED
value: {{ .Values.observability.metrics.httpServerRequestsHistogram | quote }}
{{- end }}
{{- if $postgresEnv }}
{{- $postgresEnv | nindent 12 }}
+1 -1
View File
@@ -124,7 +124,7 @@ observability:
enabled: true
metrics:
applicationTag: movienight
httpServerRequestsHistogram: true
httpServerRequestsHistogram: "true"
vmagent:
scrapeInterval: 10s
backendJobName: movienight-backend