From 51180cee585682d2514e8d89b0f804255d3914ef Mon Sep 17 00:00:00 2001 From: pieter Date: Sun, 23 Nov 2025 01:48:52 +0000 Subject: [PATCH] =?UTF-8?q?templates/deployment.yaml=20=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) 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