mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
18 lines
335 B
YAML
18 lines
335 B
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
labels:
|
||
|
grafana_datasource: "1"
|
||
|
name: tempo-datasource
|
||
|
namespace: monitoring
|
||
|
data:
|
||
|
tempo-datasource.yaml: |-
|
||
|
apiVersion: 1
|
||
|
datasources:
|
||
|
- name: Tempo
|
||
|
type: tempo
|
||
|
access: proxy
|
||
|
url: "http://tempo.monitoring:3100"
|
||
|
version: 1
|
||
|
isDefault: false
|