Skip to content

Commit 82d25d4

Browse files
authored
Merge pull request #17342 from rifelpet/automated-cherry-pick-of-#17336-origin-release-1.31
Automated cherry pick of #17336: fix(cilium): operator prometheus port
2 parents 141098a + 49a4e04 commit 82d25d4

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)