We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c269d0 commit 0a84b1dCopy full SHA for 0a84b1d
config/default/manager_auth_proxy_patch.yaml
@@ -35,5 +35,5 @@ spec:
35
- name: manager
36
args:
37
- "--health-probe-bind-address=:8081"
38
- - "--metrics-bind-address=127.0.0.1:8080"
+ - "--metrics-bind-address=0.0.0.0:8080"
39
- "--leader-elect"
config/rbac/auth_proxy_service.yaml
@@ -8,7 +8,7 @@ spec:
8
- name: https
9
port: 8443
10
protocol: TCP
11
- targetPort: https
+ targetPort: 8080
12
selector:
13
app.kubernetes.io/name: codeflare-operator
14
app.kubernetes.io/part-of: codeflare
0 commit comments