Añadir monitoring-governance/networkpolicy.yaml
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: allow-monitoring-traffic
|
||||
spec:
|
||||
podSelector: {}
|
||||
policyTypes:
|
||||
- Ingress
|
||||
- Egress
|
||||
ingress:
|
||||
- from:
|
||||
- namespaceSelector: {}
|
||||
egress:
|
||||
- to:
|
||||
- namespaceSelector: {}
|
||||
Reference in New Issue
Block a user