Skip to content

Commit 0a84b1d

Browse files
Expose CodeFlare Operator metrics endpoint
1 parent 9c269d0 commit 0a84b1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ spec:
3535
- name: manager
3636
args:
3737
- "--health-probe-bind-address=:8081"
38-
- "--metrics-bind-address=127.0.0.1:8080"
38+
- "--metrics-bind-address=0.0.0.0:8080"
3939
- "--leader-elect"

config/rbac/auth_proxy_service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
- name: https
99
port: 8443
1010
protocol: TCP
11-
targetPort: https
11+
targetPort: 8080
1212
selector:
1313
app.kubernetes.io/name: codeflare-operator
1414
app.kubernetes.io/part-of: codeflare

0 commit comments

Comments
 (0)