templates/deployment.yaml を更新
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user