fix: add atlantis services cnp

This commit is contained in:
2024-02-13 19:32:25 +01:00
parent 22fd52e751
commit dea6058420
2 changed files with 50 additions and 1 deletions
+22 -1
View File
@@ -14,4 +14,25 @@ spec:
- matchName: analytics.loft.rocks
endpointSelector:
matchLabels: {}
---
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-atlantis-services
namespace: atlantis
spec:
egress:
- toEndpoints:
- matchLabels:
k8s:io.kubernetes.pod.namespace: dapr-system
- toEndpoints:
- matchLabels:
k8s:io.kubernetes.pod.namespace: redis
- toEndpoints:
- matchLabels:
k8s:io.kubernetes.pod.namespace: rabbitmq
- toEndpoints:
- matchLabels:
k8s:io.kubernetes.pod.namespace: jaeger
endpointSelector:
matchLabels: {}