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: ...@@ -7,3 +7,4 @@ metadata:
spec: spec:
fields: fields:
- fieldName: postgresql_password - fieldName: postgresql_password
- fieldName: postgresql_admin_password
...@@ -66,6 +66,9 @@ data: ...@@ -66,6 +66,9 @@ data:
podAnnotations: podAnnotations:
backup.velero.io/backup-volumes: "data" backup.velero.io/backup-volumes: "data"
persistence: persistence:
enabled: true
mount: true
create: false
claimName: forgejo-data claimName: forgejo-data
labels: labels:
stackspin.net/backupSet: "forgejo" stackspin.net/backupSet: "forgejo"
...@@ -89,6 +92,7 @@ data: ...@@ -89,6 +92,7 @@ data:
database: gitea database: gitea
username: gitea username: gitea
password: gitea # "${postgresql_password}" password: gitea # "${postgresql_password}"
postgresPassword: "${postgresql_admin_password}"
primary: primary:
podAnnotations: podAnnotations:
backup.velero.io/backup-volumes: "data" 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