diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 21e0460..4ba5746 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -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 }} \ No newline at end of file