templates/deployment.yaml を更新

This commit is contained in:
2025-11-23 01:48:52 +00:00
parent 2a112d85d0
commit 51180cee58

View File

@@ -256,6 +256,7 @@ spec:
- name: wordpress - name: wordpress
image: "{{ .Values.image.wordpress.registry }}/{{ .Values.image.wordpress.repository }}:{{ .Values.image.wordpress.tag }}" image: "{{ .Values.image.wordpress.registry }}/{{ .Values.image.wordpress.repository }}:{{ .Values.image.wordpress.tag }}"
imagePullPolicy: {{ .Values.image.wordpress.pullPolicy }} imagePullPolicy: {{ .Values.image.wordpress.pullPolicy }}
command: ["php-fpm"]
securityContext: securityContext:
runAsUser: 82 runAsUser: 82
runAsGroup: 82 runAsGroup: 82