Skip to content

Commit 82a3277

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
Work-around conflict with MCAD custom metrics adapter port
1 parent 84f3055 commit 82a3277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/manager/controller_manager_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: ControllerManagerConfig
33
health:
44
healthProbeBindAddress: :8081
55
metrics:
6-
bindAddress: 0.0.0.0:8080
6+
bindAddress: 0.0.0.0:8082
77
webhook:
88
port: 9443
99
leaderElection:

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
- /manager
3737
args:
3838
- "--health-probe-bind-address=:8081"
39-
- "--metrics-bind-address=0.0.0.0:8080"
39+
- "--metrics-bind-address=0.0.0.0:8082"
4040
- "--leader-elect"
4141
- "--configs-namespace=codeflare-system"
4242
image: controller:latest

0 commit comments

Comments
 (0)