aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/components/msb-discovery/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/msb/components/msb-discovery/templates/deployment.yaml')
-rw-r--r--kubernetes/msb/components/msb-discovery/templates/deployment.yaml8
1 files changed, 1 insertions, 7 deletions
diff --git a/kubernetes/msb/components/msb-discovery/templates/deployment.yaml b/kubernetes/msb/components/msb-discovery/templates/deployment.yaml
index 94a328ccf7..4f286535dc 100644
--- a/kubernetes/msb/components/msb-discovery/templates/deployment.yaml
+++ b/kubernetes/msb/components/msb-discovery/templates/deployment.yaml
@@ -40,7 +40,7 @@ spec:
- command:
- /app/ready.py
args:
- - --container-name
+ - --service-name
- msb-consul
env:
- name: NAMESPACE
@@ -82,9 +82,6 @@ spec:
- name: CONSUL_IP
value: msb-consul.{{ include "common.namespace" . }}
volumeMounts:
- - mountPath: /etc/localtime
- name: localtime
- readOnly: true
- mountPath: /usr/local/discover-works/logs
name: {{ include "common.fullname" . }}-logs
resources: {{ include "common.resources" . | nindent 12 }}
@@ -107,7 +104,4 @@ spec:
{{ include "common.log.volumes" (dict "dot" . "configMapNamePrefix" (tpl .Values.logConfigMapNamePrefix . )) | nindent 8 }}
- name: {{ include "common.fullname" . }}-logs
emptyDir: {}
- - name: localtime
- hostPath:
- path: /etc/localtime
{{- include "common.imagePullSecrets" . | nindent 6 }}