forked from k-space/kube
asterisk: allow prometheus in network policy
This commit is contained in:
parent
8482f77a47
commit
671348a674
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user