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