feat(helm): added observability to helm chart

This commit is contained in:
ITQ
2026-05-23 01:11:38 +03:00
parent f3754d1190
commit 5fcaeadcaf
11 changed files with 2516 additions and 4 deletions
@@ -16,6 +16,12 @@ spec:
port: {{ .Values.backend.service.port }}
targetPort: http
protocol: TCP
{{- if .Values.backend.management.enabled }}
- name: management
port: {{ .Values.backend.management.port }}
targetPort: management
protocol: TCP
{{- end }}
selector:
{{- include "movienight.componentSelectorLabels" (dict "root" . "component" "backend") | nindent 4 }}
{{- end }}