fix: remove old ccnp:s and cnp:s

This commit is contained in:
2025-06-20 14:27:06 +02:00
parent dab590aeb8
commit 26479e157d
11 changed files with 40 additions and 136 deletions
@@ -0,0 +1,15 @@
# apiVersion: cilium.io/v2
# kind: CiliumNetworkPolicy
# metadata:
# name: allow-kube-api
# namespace: atlantis
# spec:
# endpointSelector:
# matchLabels: {}
# egress:
# - toEntities:
# - kube-apiserver
# toPorts:
# - ports:
# - port: "6443"
# protocol: TCP
@@ -0,0 +1,25 @@
# apiVersion: cilium.io/v2
# kind: CiliumClusterwideNetworkPolicy
# metadata:
# name: allow-atlantis-services
# namespace: {{ .Release.Namespace }}
# spec:
# egress:
# - toEndpoints:
# - matchLabels:
# k8s:io.kubernetes.pod.namespace: dapr-system
# - toEndpoints:
# - matchLabels:
# k8s:io.kubernetes.pod.namespace: rabbitmq
# - toEndpoints:
# - matchLabels:
# k8s:io.kubernetes.pod.namespace: otel
# - toFQDNs:
# - matchName: dapr.github.io
# - matchName: analytics.loft.rocks
# - matchPattern: '*.oceanbox.io'
# # - matchName: gitlab.com
# # - matchName: api.github.com
# # - matchPattern: '*.gitlab.com'
# endpointSelector:
# matchLabels: {}