Skip to content

Commit 0f80b33

Browse files
authored
fix(manifests): fix Prometheus metrics port mismatch (#3056)
Signed-off-by: Shilpa Chugh <shilpschugh@gmail.com>
1 parent 1fe3bd3 commit 0f80b33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/kubeflow-trainer/templates/manager/service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ spec:
2626
{{- include "trainer.manager.selectorLabels" . | nindent 4 }}
2727
ports:
2828
- name: monitoring-port
29-
port: 8080
30-
targetPort: 8080
29+
port: 8443
30+
targetPort: 8443
3131
- name: webhook-server
3232
port: 443
3333
protocol: TCP

manifests/base/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ metadata:
6363
spec:
6464
ports:
6565
- name: monitoring-port
66-
port: 8080
67-
targetPort: 8080
66+
port: 8443
67+
targetPort: 8443
6868
- name: webhook-server
6969
port: 443
7070
protocol: TCP

0 commit comments

Comments
 (0)