infra4talos/apps-kustomized/wol-rest/default-network-policy.yaml
2026-01-27 21:12:38 +01:00

23 lines
601 B
YAML
Executable file

#! default-network-policy.yaml
# Generated code, do not edit
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: default-network-policy
spec:
podSelector:
matchLabels:
com.docker.compose.network.default: "true"
policyTypes:
- Ingress
- Egress
ingress:
- from:
- podSelector:
matchLabels:
com.docker.compose.network.default: "true"
egress:
- to:
- podSelector:
matchLabels:
com.docker.compose.network.default: "true"