Set component command with args instead of command
Otherwise dumb-init is overriden as the entrypoint. Change-Id: Ied532a3be46a40369f9bea758871cb3e2080bb51
This commit is contained in:
parent
e39d82975e
commit
da43acd1fd
@ -143,7 +143,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: scheduler
|
- name: scheduler
|
||||||
image: {{ spec.imagePrefix }}/zuul-scheduler:{{ spec.zuulImageVersion }}
|
image: {{ spec.imagePrefix }}/zuul-scheduler:{{ spec.zuulImageVersion }}
|
||||||
command: ["/usr/local/bin/zuul-scheduler", "-f", "-d"]
|
args: ["/usr/local/bin/zuul-scheduler", "-f", "-d"]
|
||||||
ports:
|
ports:
|
||||||
- name: gearman
|
- name: gearman
|
||||||
containerPort: 4730
|
containerPort: 4730
|
||||||
@ -324,7 +324,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: executor
|
- name: executor
|
||||||
image: {{ spec.imagePrefix }}/zuul-executor:{{ spec.zuulImageVersion }}
|
image: {{ spec.imagePrefix }}/zuul-executor:{{ spec.zuulImageVersion }}
|
||||||
command: ["/usr/local/bin/zuul-executor", "-f", "-d"]
|
args: ["/usr/local/bin/zuul-executor", "-f", "-d"]
|
||||||
ports:
|
ports:
|
||||||
- name: logs
|
- name: logs
|
||||||
containerPort: 7900
|
containerPort: 7900
|
||||||
|
Loading…
x
Reference in New Issue
Block a user