Skip to content

Commit c4acb83

Browse files
authored
Merge pull request #27 from robert-bell/fix-metrics
fix(manifests): fix prometheus monitoring config
2 parents 9212662 + 953e46a commit c4acb83

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

manifests/rhoai/manager_metrics_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
containers:
99
- name: manager
1010
ports:
11-
- containerPort: 8080
11+
- containerPort: 8443
1212
name: metrics

manifests/rhoai/monitor.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ spec:
1010
app.kubernetes.io/component: controller
1111
podMetricsEndpoints:
1212
- port: metrics
13+
scheme: https
14+
tlsConfig:
15+
insecureSkipVerify: true

0 commit comments

Comments
 (0)