gitea/.helm/restore-values.example.yaml
bootstrap 90fd37101b
Some checks failed
trash-ci / smoke (push) Failing after 11s
Initial Gitea chart with smoke CI
2026-05-06 17:35:56 +03:00

43 lines
1.0 KiB
YAML

restore:
enabled: true
name: gitea-restore
files:
enabled: true
postgresql:
enabled: true
host: postgresql
s3:
bucket: gitops-gitea
endpointUrl: https://storage.yandexcloud.net
region: ru-central1
giteaFilesKey: gitops-backups/gitea-files/gitea-files-2026-05-06-141255.tar.gz
postgresqlDumpKey: gitops-backups/postgresql/gitea-postgresql-2026-05-06-111204.sql.gz
scaleGitea:
enabled: true
serviceAccountName: gitea-restore
deploymentName: gitea
waitTimeoutSeconds: 300
scaleUp:
enabled: true
replicas: 1
waitForRestoreTimeoutSeconds: 1800
images:
kubectl:
repository: bitnamilegacy/kubectl
tag: "1.30.6"
pullPolicy: IfNotPresent
awsCli:
repository: amazon/aws-cli
tag: "2.15.57"
pullPolicy: IfNotPresent
postgres:
repository: postgres
tag: "17"
pullPolicy: IfNotPresent
busybox:
repository: busybox
tag: "1.36"
pullPolicy: IfNotPresent
verify:
enabled: true