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