mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-11-18 10:46:17 +00:00
12 lines
162 B
YAML
12 lines
162 B
YAML
|
|
---
|
||
|
|
apiVersion: networking.k8s.io/v1
|
||
|
|
kind: NetworkPolicy
|
||
|
|
metadata:
|
||
|
|
name: allow-all-ingress
|
||
|
|
spec:
|
||
|
|
podSelector: {}
|
||
|
|
ingress:
|
||
|
|
- {}
|
||
|
|
policyTypes:
|
||
|
|
- Ingress
|