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