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 84f3055 commit 82a3277Copy full SHA for 82a3277
config/manager/controller_manager_config.yaml
@@ -3,7 +3,7 @@ kind: ControllerManagerConfig
3
health:
4
healthProbeBindAddress: :8081
5
metrics:
6
- bindAddress: 0.0.0.0:8080
+ bindAddress: 0.0.0.0:8082
7
webhook:
8
port: 9443
9
leaderElection:
config/manager/manager.yaml
@@ -36,7 +36,7 @@ spec:
36
- /manager
37
args:
38
- "--health-probe-bind-address=:8081"
39
- - "--metrics-bind-address=0.0.0.0:8080"
+ - "--metrics-bind-address=0.0.0.0:8082"
40
- "--leader-elect"
41
- "--configs-namespace=codeflare-system"
42
image: controller:latest
0 commit comments