From c29ad4406b03aa4eec4e082881d0535090716972 Mon Sep 17 00:00:00 2001 From: Anthony Lin Date: Thu, 19 Apr 2018 03:16:25 +0000 Subject: [PATCH] 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 --- charts/deckhand/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/deckhand/templates/deployment.yaml b/charts/deckhand/templates/deployment.yaml index 76b51f9b..9532ebf8 100644 --- a/charts/deckhand/templates/deployment.yaml +++ b/charts/deckhand/templates/deployment.yaml @@ -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 }}