Change name of Deckhand Container
We will align the name with the rest of the UCP components, i.e. change it from 'deckhand' to 'deckhand-api' Change-Id: I4c65ac1e6371ffa80fd8b42cbe979d71b93e99c7
This commit is contained in:
parent
f30484a14c
commit
c29ad4406b
@ -23,7 +23,7 @@
|
||||
apiVersion: apps/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: deckhand
|
||||
name: deckhand-api
|
||||
spec:
|
||||
replicas: {{ .Values.pod.replicas.deckhand }}
|
||||
{{ tuple $envAll | include "helm-toolkit.snippets.kubernetes_upgrades_deployment" | indent 2 }}
|
||||
@ -43,7 +43,7 @@ spec:
|
||||
initContainers:
|
||||
{{ tuple $envAll $dependencies $mounts_deckhand_init | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }}
|
||||
containers:
|
||||
- name: deckhand
|
||||
- name: deckhand-api
|
||||
env:
|
||||
- name: 'DECKHAND_API_TIMEOUT'
|
||||
value: {{ .Values.conf.uwsgi.timeout | default 600 | quote }}
|
||||
|
Loading…
Reference in New Issue
Block a user