Skip to content

Commit

Permalink
helm: enable prometheus metrics in cilium-operator
Browse files Browse the repository at this point in the history
Cilium operator also needs the option metrics-enabled to be set in order
for its prometheus metrics be made available.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Mar 11, 2020
1 parent efd1ad8 commit 6d29bba
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -65,6 +65,7 @@ data:
# NOTE that this will open the port on the nodes where Cilium operator pod
# is scheduled.
operator-prometheus-serve-addr: ":{{ .Values.global.operatorPrometheus.port }}"
enable-metrics: "true"
{{- end }}

# Enable IPv4 addressing. If enabled, all endpoints are allocated an IPv4
Expand Down

0 comments on commit 6d29bba

Please sign in to comment.