feat: add grafana pdc agent cnp

This commit is contained in:
2025-06-20 13:09:09 +02:00
parent 6309c39db9
commit 25f1e1e40e
@@ -0,0 +1,14 @@
i{{- if .Values.clusterConfig.cilium.enabled }}
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-grafana-pdc-agent
namespace: prometheus
spec:
endpointSelector:
matchLabels:
name: grafana-pdc-agent
egress:
- toFQDNs:
- matchName: private-datasource-connect-api-prod-eu-north-0.grafana.net
{{- end }}