fix: use app
All checks were successful
lint-test-helm / lint-helm (push) Successful in 17s
render-manifests-push / render-manifests-push (push) Successful in 46s
renovate / renovate (push) Successful in 2m3s

This commit is contained in:
2026-02-05 22:03:12 -06:00
parent d0fe1c6845
commit 183c74dd9d

View File

@@ -175,7 +175,7 @@ postgresql-17-fdb-cluster:
postgresGID: 999
postgresql:
parameters:
cron.database_name: 'ferretDB'
cron.database_name: 'app'
documentdb.enableCompact: "true"
documentdb.enableLetAndCollationForQueryMatch: "true"
documentdb.enableNowSystemVariable: "true"
@@ -188,19 +188,19 @@ postgresql-17-fdb-cluster:
max_slot_wal_keep_size: 2000MB
hot_standby_feedback: "on"
pg_hba:
- host ferretDB postgres localhost trust
- host ferretDB ferret localhost trust
- host app postgres localhost trust
- host app app localhost trust
shared_preload_libraries:
- pg_cron
- pg_documentdb_core
- pg_documentdb
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;
recovery:
method: objectStore
objectStore: