mirror of https://git.rancher.io/charts
16 lines
236 B
YAML
16 lines
236 B
YAML
|
---
|
||
|
apiVersion: networking.k8s.io/v1
|
||
|
kind: NetworkPolicy
|
||
|
metadata:
|
||
|
name: default-allow-all
|
||
|
namespace: {{ template "cis.namespace" . }}
|
||
|
spec:
|
||
|
podSelector: {}
|
||
|
ingress:
|
||
|
- {}
|
||
|
egress:
|
||
|
- {}
|
||
|
policyTypes:
|
||
|
- Ingress
|
||
|
- Egress
|