Añadir nginx-governance/networkpolicy.yaml

This commit is contained in:
2026-06-21 22:41:16 +00:00
parent ec7b124265
commit 241e0150b4
+16
View File
@@ -0,0 +1,16 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-traefik-ingress
spec:
podSelector:
matchLabels:
app: nginx
policyTypes:
- Ingress
ingress:
- from:
- namespaceSelector: {}
ports:
- protocol: TCP
port: 80