diff --git a/roles/network_plugin/cilium/templates/cilium-config.yml.j2 b/roles/network_plugin/cilium/templates/cilium-config.yml.j2 index fd251761d..c9f4d26a6 100644 --- a/roles/network_plugin/cilium/templates/cilium-config.yml.j2 +++ b/roles/network_plugin/cilium/templates/cilium-config.yml.j2 @@ -38,6 +38,8 @@ data: # scheduled. {% if cilium_enable_prometheus %} prometheus-serve-addr: ":9090" + operator-prometheus-serve-addr: ":6942" + enable-metrics: "true" {% endif %} # If you want to run cilium in debug mode change this value to true