Skip to content

Commit 49a4e04

Browse files
raffisrifelpet
authored andcommitted
fix(cilium): operator prometheus port
Signed-off-by: Raffael Sahli <[email protected]>
1 parent de49de1 commit 49a4e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upup/models/cloudup/resources/addons/networking.cilium.io/k8s-1.16-v1.15.yaml.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ data:
8383
# NOTE that this will open the port on ALL nodes where Cilium pods are
8484
# scheduled.
8585
prometheus-serve-addr: ":{{ .AgentPrometheusPort }}"
86-
operator-prometheus-serve-addr: ":6942"
86+
operator-prometheus-serve-addr: ":9963"
8787
enable-metrics: "true"
8888
{{ end }}
8989

0 commit comments

Comments
 (0)