Files
manifests/archmeister/cnp.yaml
T
2024-02-01 19:47:58 +01:00

18 lines
358 B
YAML

apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-atlantis-services
namespace: atlantis
spec:
egress:
- toEndpoints:
- matchLabels:
"k8s:io.kubernetes.pod.namespace": redis
- toEndpoints:
- matchLabels:
"k8s:io.kubernetes.pod.namespace": rabbitmq
endpointSelector:
matchLabels: {}