templates/deployment.yaml を更新

This commit is contained in:
2025-11-25 00:51:37 +00:00
parent 417af1aaf3
commit ec929580ed

View File

@@ -277,6 +277,8 @@ spec:
volumeMounts: volumeMounts:
- name: wordpress-core - name: wordpress-core
mountPath: /var/www/html mountPath: /var/www/html
- name: wordpress-persistent
mountPath: /var/www/html-persistent
resources: resources:
{{- toYaml .Values.resources.wordpress | nindent 12 }} {{- toYaml .Values.resources.wordpress | nindent 12 }}
volumes: volumes:
@@ -303,4 +305,4 @@ spec:
{{- with .Values.tolerations }} {{- with .Values.tolerations }}
tolerations: tolerations:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}