flux kust or am i stoopid?

This commit is contained in:
j 2025-07-10 22:27:16 +10:00
parent eaff825682
commit c67bca0573

View file

@ -103,26 +103,6 @@ spec:
storage:
size: 5Gi
---
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
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata: