1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/scripts/config/dev/otel-collector.yaml

19 lines
275 B
YAML
Raw Normal View History

mode: daemonset
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
config:
exporters:
otlp:
endpoint: tempo.monitoring:4317
tls:
insecure: true
service:
pipelines:
traces:
exporters:
- otlp