1
0
forked from k-space/kube

asterisk: allow prometheus in network policy

This commit is contained in:
Erki Aas 2023-09-15 13:23:23 +03:00
parent 8482f77a47
commit 671348a674

View File

@ -11,6 +11,13 @@ spec:
- Ingress
- Egress
ingress:
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: monitoring
podSelector:
matchLabels:
app.kubernetes.io/name: prometheus
- from:
- ipBlock:
cidr: 100.101.0.0/16