fix(prom): Allow egress to tempo
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user