Skip to content

Commit 1ea250a

Browse files
authored
Update controller-metrics port from 9913 to 10254
ingress-nginx-controller-metrics port is currently 10254, not 9913. It is required to view NGINX Ingress controller dashboard in Grafana. # This is the result from my env that is installed yesterday. winter@cloudshell:~ (ap-chuncheon-1)$ kubectl get svc -n mushop-utilities NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE ... mushop-utils-ingress-nginx-controller-metrics ClusterIP 10.96.73.104 <none> 10254/TCP 21h mushop-utils-kube-state-metrics ClusterIP 10.96.223.49 <none> 8080/TCP 21h ... # This is official README for nginx ingress helm chart. https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx controller.metrics.port int 10254
1 parent c1d4eec commit 1ea250a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/complete/helm-chart/setup/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ prometheus:
1818
scrape_interval: 5s
1919
static_configs:
2020
- targets:
21-
- {{ .Release.Name }}-ingress-nginx-controller-metrics:9913
21+
- {{ .Release.Name }}-ingress-nginx-controller-metrics:10254
2222
nodeExporter:
2323
hostRootfs: false
2424

@@ -150,4 +150,4 @@ jenkins:
150150
- git:4.2.2
151151
- configuration-as-code:1.41
152152
- blueocean:1.23.2
153-
153+

0 commit comments

Comments
 (0)