1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-01-20 18:52:16 +00:00
kyverno/scripts/config/dev/otel-collector.yaml
Charles-Edouard Brétéché 23b7bd4644
chore: add otel collector to dev lab (#8106)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-08-24 13:04:01 +00:00

18 lines
275 B
YAML

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