diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index e9e6661aae038ab546077f006fb1d39c3460ff67..d3391de4b7024c86348cecb84626d6c65bfc7dc2 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -110,8 +110,8 @@ spec: securityContext: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ template "fpm_image" . }}" - command: ["/bin/bash", "-c"] - args: ["/usr/local/bin/php artisan schedule:run && /usr/local/bin/php artisan schedule:work"] + command: ["/usr/local/bin/php"] + args: ["schedule:work-mg"] imagePullPolicy: {{ .Values.image.fpm.pullPolicy }} env: - name: APP_ENV