fix(prom): Allow egress to tempo

This commit is contained in:
2025-06-25 13:23:58 +02:00
parent 940664cebe
commit 0bf649f144
@@ -0,0 +1,13 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-tempo
namespace: prometheus
spec:
description: Allow Tempo
egress:
- toFQDNs:
- matchName: tempo.tempo.svc.cluster.local
endpointSelector:
matchLabels:
app.kubernetes.io/name: grafana