diff --git a/production/helm/templates/loki/deployment.yaml b/production/helm/templates/loki/deployment.yaml index c8dc8bf1a4ab0c1071bf4e20b82bc38af46c63ac..1da9554d89034651fdc99c69f850e9407b1c5747 100644 --- a/production/helm/templates/loki/deployment.yaml +++ b/production/helm/templates/loki/deployment.yaml @@ -26,6 +26,7 @@ spec: metadata: labels: app: {{ template "loki.name" . }} + name: {{ template "loki.name" . }} release: {{ .Release.Name }} {{- with .Values.loki.podAnnotations }} annotations: @@ -49,7 +50,7 @@ spec: mountPath: "/data" subPath: {{ .Values.loki.persistence.subPath }} ports: - - name: {{ template "loki.name" . }} + - name: {{ template "loki.name" . }}-metrics containerPort: {{ .Values.loki.service.port }} protocol: TCP {{- with .Values.loki.livenessProbe }}