Skip to content
Snippets Groups Projects
Commit e434cdf9 authored by xeruf's avatar xeruf
Browse files

apps/forge: try to fix persistence

parent 57384132
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,4 @@ metadata:
spec:
fields:
- fieldName: postgresql_password
- fieldName: postgresql_admin_password
......@@ -66,6 +66,9 @@ data:
podAnnotations:
backup.velero.io/backup-volumes: "data"
persistence:
enabled: true
mount: true
create: false
claimName: forgejo-data
labels:
stackspin.net/backupSet: "forgejo"
......@@ -89,6 +92,7 @@ data:
database: gitea
username: gitea
password: gitea # "${postgresql_password}"
postgresPassword: "${postgresql_admin_password}"
primary:
podAnnotations:
backup.velero.io/backup-volumes: "data"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment