Skip to content

Commit 963a25b

Browse files
authored
fix(helm): Fix wrong port name referenced for ingress NetworkPolicy (#12907)
1 parent 99f12e5 commit 963a25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

production/helm/loki/templates/networkpolicy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
{{- include "loki.selectorLabels" . | nindent 6 }}
6767
ingress:
6868
- ports:
69-
- port: http
69+
- port: http-metrics
7070
protocol: TCP
7171
{{- if .Values.networkPolicy.ingress.namespaceSelector }}
7272
from:

0 commit comments

Comments
 (0)