Files
no-as-a-service/deploy/netpol.yaml
Rene Luria 6f452a2c93 🟢 deploy/netpol.yaml
🛠️ README.md -> updated local mods
🛠️ deploy/kustomization.yaml -> added netpol
2025-05-02 17:07:46 +02:00

20 lines
338 B
YAML

apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: noaas
spec:
policyTypes:
- Ingress
- Egress
podSelector:
matchLabels:
app: noaas
ingress:
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: ingress-nginx
ports:
- protocol: TCP
port: 3000