feat: bootstrap
All checks were successful
lint-test-helm / lint-helm (push) Successful in 49s
render-manifests-push / render-manifests-push (push) Successful in 1m9s
renovate / renovate (push) Successful in 1m49s

This commit is contained in:
2026-02-05 21:57:05 -06:00
parent 0710a053e0
commit 5d7ad35f72

View File

@@ -166,7 +166,7 @@ komodo:
readOnly: false
postgresql-17-fdb-cluster:
nameOverride: komodo-postgresql-17-fdb
mode: recovery
mode: standalone
cluster:
image:
repository: ghcr.io/ferretdb/postgres-documentdb
@@ -194,13 +194,13 @@ postgresql-17-fdb-cluster:
- pg_cron
- pg_documentdb_core
- pg_documentdb
# initdb:
# database: ferretDB
# owner: ferret
# postInitApplicationSQL:
# - create extension if not exists pg_cron;
# - create extension if not exists documentdb cascade;
# - grant documentdb_admin_role to ferret;
initdb:
database: ferretDB
owner: ferret
postInitApplicationSQL:
- create extension if not exists pg_cron;
- create extension if not exists documentdb cascade;
- grant documentdb_admin_role to ferret;
recovery:
method: objectStore
objectStore:
@@ -227,7 +227,7 @@ postgresql-17-fdb-cluster:
# isWALArchiver: false
scheduledBackups:
- name: live-backup
suspend: true
suspend: false
immediate: true
schedule: "0 0 0 * * *"
backupName: garage-local