10 lines
365 B
YAML
10 lines
365 B
YAML
|
|
# Linkerd-viz overrides — use existing Prometheus instead of deploying a second one.
|
||
|
|
#
|
||
|
|
# By default linkerd-viz ships its own Prometheus, which wastes resources
|
||
|
|
# and creates a second scrape loop. Point it at kube-prometheus-stack instead.
|
||
|
|
|
||
|
|
prometheus:
|
||
|
|
enabled: false
|
||
|
|
|
||
|
|
prometheusUrl: "http://kube-prometheus-stack-prometheus.monitoring.svc.cluster.local:9090"
|