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:
- name: wordpress-core
mountPath: /var/www/html
- name: wordpress-persistent
mountPath: /var/www/html-persistent
resources:
{{- toYaml .Values.resources.wordpress | nindent 12 }}
volumes:
@@ -303,4 +305,4 @@ spec:
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}