fix: move cnp manifest

This commit is contained in:
2024-02-01 21:52:57 +01:00
parent 2356111585
commit 1796d236bb
+20
View File
@@ -0,0 +1,20 @@
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
- toEndpoints:
- matchLabels:
"k8s:io.kubernetes.pod.namespace": dapr-system
endpointSelector:
matchLabels: {}