Files
manifests/resources/oceanbox-cluster/allow-namespace-traffic.yaml
T

16 lines
359 B
YAML

apiVersion: "cilium.io/v2"
kind: CiliumNetworkPolicy
metadata:
name: "allow-namespace-traffic"
specs:
- endpointSelector:
matchLabels: {}
egress:
- toEndpoints:
- matchLabels:
"k8s:io.kubernetes.pod.namespace": argocd
ingress:
- fromEndpoints:
- matchLabels:
"k8s:io.kubernetes.pod.namespace": argocd