add vault secret of gitea backups

This commit is contained in:
2025-05-12 02:06:46 +02:00
parent 45dfd864e0
commit 9cac367f07
5 changed files with 77 additions and 5 deletions

View File

@@ -7,17 +7,17 @@ spec:
backend:
# Manually adding secrets for now
repoPasswordSecretRef:
name: restic-repo
name: gitea-backup-restic
key: password
s3:
endpoint: https://s3.eu-central-003.backblazeb2.com
bucket: lumpiasty-backups
accessKeyIDSecretRef:
name: backblaze
key: keyid
name: gitea-backup-backblaze
key: aws_access_key_id
secretAccessKeySecretRef:
name: backblaze
key: secret
name: gitea-backup-backblaze
key: aws_secret_access_key
backup:
schedule: "@daily-random"
failedJobsHistoryLimit: 2