mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-04 17:26:20 +00:00
add networkpolicies
This commit is contained in:
11
Kubernetes/NetworkPolicies/allow-all-ingress.yaml
Normal file
11
Kubernetes/NetworkPolicies/allow-all-ingress.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: allow-all-ingress
|
||||
spec:
|
||||
podSelector: {}
|
||||
ingress:
|
||||
- {}
|
||||
policyTypes:
|
||||
- Ingress
|
Reference in New Issue
Block a user