fix(atlantis/sorcerer): Add sentryUrl to appsettings
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user