fix(atlantis): Split network policy for sentry on namespace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user