Skip to content

Commit

Permalink
Work-around conflict with MCAD custom metrics adapter port
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Aug 11, 2023
1 parent 0d9e6fb commit 5b47d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/controller_manager_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ControllerManagerConfig
health:
healthProbeBindAddress: :8081
metrics:
bindAddress: 0.0.0.0:8080
bindAddress: 0.0.0.0:8082
webhook:
port: 9443
leaderElection:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- /manager
args:
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address=0.0.0.0:8080"
- "--metrics-bind-address=0.0.0.0:8082"
- "--leader-elect"
- "--configs-namespace=codeflare-system"
image: controller:latest
Expand Down

0 comments on commit 5b47d6a

Please sign in to comment.