add vaultwarden daily backup CronJob to NFS

SQLite backup via Online Backup API + copy of RSA keys,
attachments, sends, and config. 30-day retention with rotation.
Pod affinity ensures co-scheduling with vaultwarden for RWO PVC access.
This commit is contained in:
Viktor Barzin 2026-03-15 00:03:59 +00:00
parent 46afa85b01
commit 6f562b5da6
127 changed files with 2521 additions and 413 deletions

View file

@ -223,7 +223,7 @@ resource "kubernetes_deployment" "calibre-web-automated" {
memory = "512Mi"
}
limits = {
memory = "512Mi"
memory = "1Gi"
}
}
volume_mount {