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 kind: CiliumNetworkPolicy
metadata: metadata:
name: allow-sentry name: allow-sentry
namespace: staging-atlantis namespace: {{ .Release.Namespace }}
spec: spec:
egress: egress:
- toFQDNs: - toFQDNs:
- matchPattern: '*.ingest.sentry.io' - matchPattern: '*.ingest.de.sentry.io'
endpointSelector: endpointSelector:
matchLabels: matchLabels:
app: staging-atlantis app.kubernetes.io/name: atlantis