We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3e3e1 commit d802a4dCopy full SHA for d802a4d
charts/naiserator/templates/netpol.yaml
@@ -60,7 +60,7 @@ spec:
60
apiVersion: networking.k8s.io/v1
61
kind: NetworkPolicy
62
metadata:
63
- name: {{ .Release.Name }}-prometheus
+ name: {{ .Release.Name }}-metrics
64
spec:
65
ingress:
66
- from:
@@ -70,6 +70,12 @@ spec:
70
podSelector:
71
matchLabels:
72
app.kubernetes.io/name: prometheus
73
+ - namespaceSelector:
74
+ matchLabels:
75
+ kubernetes.io/metadata.name: nais-system
76
+ podSelector:
77
78
+ app.kubernetes.io/name: alloy
79
80
81
app: naiserator
0 commit comments