mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 01:41:02 +00:00
10 lines
182 B
YAML
10 lines
182 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: default-deny-all
|
|
namespace: secure-default
|
|
spec:
|
|
podSelector: {}
|
|
policyTypes:
|
|
- Ingress
|
|
- Egress
|