Skip to content

Commit 1a551c7

Browse files
Fixing HAProxy metrics endpoint
Re-testing external metrics port for rook-ceph Fixed a backendRefs value for haproxy route
1 parent 259ef1d commit 1a551c7

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

kubernetes/apps/rook-ceph-external/rook-ceph/cluster/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ spec:
5555
# metricsDisabled: true
5656
createPrometheusRules: true
5757
externalMgrPrometheusPort: 9283 # IP doesn't need to be specified, operator will find it itself
58-
externalMgrEndpoints:
59-
- ip: 10.40.1.50
58+
# externalMgrEndpoints:
59+
# - ip: 10.40.1.50
6060
# externalMgrPrometheusPort: 9283
6161
# - ip: 10.40.1.60
6262
# - ip: 10.40.1.70

kubernetes/apps/rook-ceph-external/rook-ceph/haproxy/helmrelease.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ spec:
3737
ports:
3838
http:
3939
port: &port 7480
40-
metrics:
41-
controller: haproxy
42-
ports:
43-
http:
40+
metrics:
4441
port: 8405
4542
serviceMonitor:
4643
app:
@@ -61,7 +58,7 @@ spec:
6158
sectionName: https
6259
rules:
6360
- backendRefs:
64-
- name: haproxy-rados-gw
61+
- name: haproxy
6562
port: *port
6663
persistence:
6764
config:

0 commit comments

Comments
 (0)