Files
manifests/values/prometheus/manifests/policies/allow-tempo-egress.yaml
T

16 lines
346 B
YAML

{{- if .Values.clusterConfig.cilium.enabled }}
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
{{-end }}