chore: Update manifests after change

This commit is contained in:
2026-02-06 04:04:03 +00:00
parent 9bed5c6b67
commit 4deec1cc26

View File

@@ -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: