Merge pull request #17336 from raffis/fix-cilium-prom-port

fix(cilium): operator prometheus port
This commit is contained in:
Kubernetes Prow Robot 2025-04-05 10:54:38 -07:00 committed by GitHub
commit 1249639ba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ data:
# NOTE that this will open the port on ALL nodes where Cilium pods are
# scheduled.
prometheus-serve-addr: ":{{ .AgentPrometheusPort }}"
operator-prometheus-serve-addr: ":6942"
operator-prometheus-serve-addr: ":9963"
enable-metrics: "true"
{{ end }}