diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 1303d22..a5c6296 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -256,6 +256,7 @@ spec: - name: wordpress image: "{{ .Values.image.wordpress.registry }}/{{ .Values.image.wordpress.repository }}:{{ .Values.image.wordpress.tag }}" imagePullPolicy: {{ .Values.image.wordpress.pullPolicy }} + command: ["php-fpm"] securityContext: runAsUser: 82 runAsGroup: 82