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:
Anthony Lin 2018-04-19 03:16:25 +00:00 committed by Bryan Strassner
parent f30484a14c
commit c29ad4406b
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}