fix(atlantis): Split network policy for sentry on namespace

This commit is contained in:
2025-06-24 09:42:03 +02:00
parent 9576ca0520
commit aa3e55fc79
@@ -2,11 +2,11 @@ apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-sentry
namespace: staging-atlantis
namespace: {{ .Release.Namespace }}
spec:
egress:
- toFQDNs:
- matchPattern: '*.ingest.sentry.io'
- matchPattern: '*.ingest.de.sentry.io'
endpointSelector:
matchLabels:
app: staging-atlantis
app.kubernetes.io/name: atlantis