diff --git a/helm/visualization/templates/deployment.yaml b/helm/visualization/templates/deployment.yaml index a7456dfb7..1f12a2241 100644 --- a/helm/visualization/templates/deployment.yaml +++ b/helm/visualization/templates/deployment.yaml @@ -27,6 +27,7 @@ spec: containers: - name: {{ .Chart.Name }} image: "{{ .Values.image.full }}" + args: ['service'] imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http @@ -98,6 +99,7 @@ spec: port: http - name: {{ .Chart.Name }}-worker image: "{{ .Values.image.full }}" + args: ['worker'] imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: SERVICE_MODE