added por volumes from storage-limbosolutions-com

changed resource limits
This commit is contained in:
2025-07-20 02:29:49 +00:00
parent 41ab2dc096
commit 2982e9614f
4 changed files with 139 additions and 38 deletions

View File

@@ -77,14 +77,3 @@ helm upgrade --install nextcloud nextcloud/nextcloud \
--values ./nextcloud/values.local.yaml \
--namespace=cloud-limbosolutions-com
```
## backups
``` bash
set -a
source ./jobs/backup/.env
set +a
envsubst < ./jobs/backup/secret.yaml | kubectl apply -f -
kubectl apply -f ./jobs/backup/backup-cronjob.yaml
```