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