Drop args from container spec
The args with using the command `-d` is no longer necessary due to the fact that the images already ship with a default value of using `-f` which now runs in foreground without having to enable logging, which should significantly decrease log noise. Change-Id: Iea2f9d2d6179ea312207dd456df8d8098aa5a1c9
This commit is contained in:
parent
4243d8d6de
commit
cb1be93e93
@ -23,9 +23,6 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: executor
|
- name: executor
|
||||||
image: zuul/zuul-executor:latest
|
image: zuul/zuul-executor:latest
|
||||||
args:
|
|
||||||
- /usr/local/bin/zuul-executor
|
|
||||||
- -d
|
|
||||||
ports:
|
ports:
|
||||||
- name: logs
|
- name: logs
|
||||||
containerPort: 7900
|
containerPort: 7900
|
||||||
@ -47,4 +44,4 @@ spec:
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{ toYaml . | indent 8 }}
|
{{ toYaml . | indent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -22,9 +22,6 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: merger
|
- name: merger
|
||||||
image: zuul/zuul-merger:latest
|
image: zuul/zuul-merger:latest
|
||||||
args:
|
|
||||||
- /usr/local/bin/zuul-merger
|
|
||||||
- -d
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: zuul-config
|
- name: zuul-config
|
||||||
mountPath: /etc/zuul
|
mountPath: /etc/zuul
|
||||||
@ -41,4 +38,4 @@ spec:
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{ toYaml . | indent 8 }}
|
{{ toYaml . | indent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -23,9 +23,6 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: launcher
|
- name: launcher
|
||||||
image: zuul/zuul-scheduler:latest
|
image: zuul/zuul-scheduler:latest
|
||||||
args:
|
|
||||||
- /usr/local/bin/zuul-scheduler
|
|
||||||
- -d
|
|
||||||
ports:
|
ports:
|
||||||
- name: gearman
|
- name: gearman
|
||||||
containerPort: {{ .Values.scheduler.gearman.port }}
|
containerPort: {{ .Values.scheduler.gearman.port }}
|
||||||
@ -65,4 +62,4 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 80Gi
|
storage: 80Gi
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -22,9 +22,6 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: zuul/zuul-web:latest
|
image: zuul/zuul-web:latest
|
||||||
args:
|
|
||||||
- /usr/local/bin/zuul-web
|
|
||||||
- -d
|
|
||||||
ports:
|
ports:
|
||||||
- name: zuul-web
|
- name: zuul-web
|
||||||
containerPort: {{ .Values.web.port }}
|
containerPort: {{ .Values.web.port }}
|
||||||
@ -44,4 +41,4 @@ spec:
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{ toYaml . | indent 8 }}
|
{{ toYaml . | indent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user