Browse Source

Fix cilium operator metrics activation (#8000) (#8033)

This is a cherry-pick of 598f178054

Co-authored-by: Léopold Jacquot <leopold.jacquot@infomaniak.com>
pull/8035/head
Kenichi Omichi 3 years ago
committed by GitHub
parent
commit
ae1fb69382
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. 2
      roles/network_plugin/cilium/templates/cilium-config.yml.j2

2
roles/network_plugin/cilium/templates/cilium-config.yml.j2

@ -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

Loading…
Cancel
Save