Skip to content
Snippets Groups Projects
Unverified Commit 598f1780 authored by Léopold Jacquot's avatar Léopold Jacquot Committed by GitHub
Browse files

Fix cilium operator metrics activation (#8000)

parent 6f8b24f3
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,8 @@ data: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment