File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 21
21
- command :
22
22
- /manager
23
23
args :
24
- - --leader-elect
25
- - --cloudstackcluster-concurrency=${CAPC_CLOUDSTACKCLUSTER_CONCURRENCY:=10}
26
- - --cloudstackmachine-concurrency=${CAPC_CLOUDSTACKMACHINE_CONCURRENCY:=10}
24
+ - " --leader-elect"
25
+ - " --metrics-bind-addr=localhost:8080"
26
+ - " --cloudstackcluster-concurrency=${CAPC_CLOUDSTACKCLUSTER_CONCURRENCY:=10}"
27
+ - " --cloudstackmachine-concurrency=${CAPC_CLOUDSTACKMACHINE_CONCURRENCY:=10}"
27
28
image : controller:latest
28
29
name : manager
29
30
securityContext :
Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ providers:
105
105
replacements :
106
106
- old : --metrics-bind-addr=localhost:8080
107
107
new : --metrics-bind-addr=:8080
108
- - old : " --leader-elect"
109
- new : " --leader-elect\n - --metrics-bind-addr=:8080"
110
108
111
109
variables :
112
110
KUBERNETES_VERSION_MANAGEMENT : " v1.25.3"
You can’t perform that action at this time.
0 commit comments