mirror of https://github.com/kubernetes/kops.git
Merge pull request #17336 from raffis/fix-cilium-prom-port
fix(cilium): operator prometheus port
This commit is contained in:
commit
1249639ba7
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue