yeet backup because break
This commit is contained in:
parent
a3cbbb9e4d
commit
bf0abb8f51
1 changed files with 0 additions and 20 deletions
|
@ -57,23 +57,3 @@ spec:
|
||||||
values:
|
values:
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
---
|
|
||||||
apiVersion: k8s.mariadb.com/v1alpha1
|
|
||||||
kind: Backup
|
|
||||||
metadata:
|
|
||||||
name: backup-local
|
|
||||||
namespace: home-server
|
|
||||||
spec:
|
|
||||||
mariaDbRef:
|
|
||||||
name: nextcloud-db
|
|
||||||
schedule:
|
|
||||||
cron: "0 1 * * *"
|
|
||||||
maxRetention: 168h
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /backups
|
|
||||||
name: backup-volume
|
|
||||||
volumes:
|
|
||||||
- name: backup-volume
|
|
||||||
hostPath:
|
|
||||||
path: /dpool/backups/mariadb
|
|
||||||
type: DirectoryOrCreate
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue