mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 09:57:38 -02:30
Fix cilium operator metrics activation (#8000)
This commit is contained in:
@@ -38,6 +38,8 @@ data:
|
|||||||
# scheduled.
|
# scheduled.
|
||||||
{% if cilium_enable_prometheus %}
|
{% if cilium_enable_prometheus %}
|
||||||
prometheus-serve-addr: ":9090"
|
prometheus-serve-addr: ":9090"
|
||||||
|
operator-prometheus-serve-addr: ":6942"
|
||||||
|
enable-metrics: "true"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# If you want to run cilium in debug mode change this value to true
|
# If you want to run cilium in debug mode change this value to true
|
||||||
|
|||||||
Reference in New Issue
Block a user