fix(atlantis/sorcerer): Add sentryUrl to appsettings

This commit is contained in:
Moritz Jörg
2025-06-23 21:38:57 +02:00
parent 5ea75f7ebb
commit 3e79ee7d71
5 changed files with 16 additions and 0 deletions
@@ -0,0 +1,12 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-sentry
namespace: staging-atlantis
spec:
egress:
- toFQDNs:
- matchPattern: '*.ingest.sentry.io'
endpointSelector:
matchLabels:
app: staging-atlantis