feat: Add database backup support and bump version to 0.1.10

This commit is contained in:
sha
2026-03-16 02:18:20 +02:00
parent 58598accaa
commit 9e2b3a2c25
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -41,7 +41,10 @@ spec:
volumes:
- name: backup-storage
hostPath:
path: {{ .Values.backup.storagePath }}
type: DirectoryOrCreate
restartPolicy: OnFailure
path: {{ .Values.backup.storagePath }}
type: DirectoryOrCreate
restartPolicy: OnFailure
nodeSelector: {{ toYaml .Values.nodeSelector | nindent 8 }}
affinity: {{ toYaml .Values.affinity | nindent 8 }}
tolerations: {{ toYaml .Values.tolerations | nindent 8 }}
{{- end }}