Skip to content

Commit

Permalink
Expose CodeFlare Operator metrics endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria authored and openshift-merge-robot committed Jul 24, 2023
1 parent 9c269d0 commit 0a84b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
- name: manager
args:
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address=127.0.0.1:8080"
- "--metrics-bind-address=0.0.0.0:8080"
- "--leader-elect"
2 changes: 1 addition & 1 deletion config/rbac/auth_proxy_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- name: https
port: 8443
protocol: TCP
targetPort: https
targetPort: 8080
selector:
app.kubernetes.io/name: codeflare-operator
app.kubernetes.io/part-of: codeflare

0 comments on commit 0a84b1d

Please sign in to comment.