mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-23 08:01:48 +00:00
8 lines
137 B
YAML
8 lines
137 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: deny-ingress
|
|
spec:
|
|
podSelector: {}
|
|
policyTypes:
|
|
- Ingress
|