chore: Update manifests after change
This commit is contained in:
@@ -42,10 +42,10 @@ spec:
|
||||
- pg_documentdb_core
|
||||
- pg_documentdb
|
||||
pg_hba:
|
||||
- host ferretDB postgres localhost trust
|
||||
- host ferretDB ferret localhost trust
|
||||
- host app postgres localhost trust
|
||||
- host app app localhost trust
|
||||
parameters:
|
||||
cron.database_name: ferretDB
|
||||
cron.database_name: app
|
||||
documentdb.enableBypassDocumentValidation: "true"
|
||||
documentdb.enableCompact: "true"
|
||||
documentdb.enableLetAndCollationForQueryMatch: "true"
|
||||
@@ -69,10 +69,10 @@ spec:
|
||||
serverName: "komodo-postgresql-17-fdb-backup-2"
|
||||
bootstrap:
|
||||
initdb:
|
||||
database: ferretDB
|
||||
owner: ferret
|
||||
database: app
|
||||
owner: app
|
||||
postInitApplicationSQL:
|
||||
- create extension if not exists pg_cron;
|
||||
- create extension if not exists documentdb cascade;
|
||||
- grant documentdb_admin_role to ferret;
|
||||
- grant documentdb_admin_role to app;
|
||||
externalClusters:
|
||||
|
||||
Reference in New Issue
Block a user