Moved platform databases to platform-postgres
This commit is contained in:
parent
d68864b7e4
commit
5ee0a9e59d
8 changed files with 57 additions and 53 deletions
|
|
@ -19,6 +19,9 @@ openproject:
|
|||
name: "IT Admin"
|
||||
mail: "it.admin@symcrest.com"
|
||||
|
||||
cron:
|
||||
enabled: false
|
||||
|
||||
hocuspocus:
|
||||
enabled: false
|
||||
|
||||
|
|
@ -38,7 +41,7 @@ persistence:
|
|||
postgresql:
|
||||
bundled: false
|
||||
connection:
|
||||
host: postgres.database.svc.cluster.local
|
||||
host: platform-postgres.platform-services.svc.cluster.local
|
||||
port: 5432
|
||||
auth:
|
||||
existingSecret: openproject-postgres-secret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue