github.com/cilium/cilium@v1.16.2/test/k8s/manifests/ccnp-update-allow-all.yaml (about) 1 apiVersion: "cilium.io/v2" 2 kind: CiliumClusterwideNetworkPolicy 3 metadata: 4 name: "ccnp-update" 5 spec: 6 description: "Policy to apply allow all traffic for both ingress and egress" 7 endpointSelector: {} 8 ingress: 9 - fromEndpoints: 10 - {} 11 egress: 12 - toEndpoints: 13 - {}