mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
19 lines
275 B
YAML
19 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
|