apps/forge: fix postgres claim
This commit is contained in:
parent
173d835d68
commit
fb96376d19
|
@ -89,13 +89,11 @@ data:
|
|||
database: gitea
|
||||
username: gitea
|
||||
password: gitea # "${postgresql_password}"
|
||||
persistence:
|
||||
existingClaim: forgejo-postgres
|
||||
primary:
|
||||
podAnnotations:
|
||||
backup.velero.io/backup-volumes: "data"
|
||||
persistence:
|
||||
existingClaim: vikunja-postgres
|
||||
existingClaim: forgejo-postgres
|
||||
|
||||
service:
|
||||
ssh:
|
||||
|
|
Loading…
Reference in New Issue