Compare commits
1 Commits
b3e6677753
...
604d920919
| Author | SHA1 | Date | |
|---|---|---|---|
|
604d920919
|
@@ -3,4 +3,4 @@ dependencies:
|
||||
repository: https://helm.cilium.io/
|
||||
version: 1.19.0
|
||||
digest: sha256:d2319facc93cab2a0a137588d8bd93315b52025b3ec86bc89edb0e236a74c814
|
||||
generated: "2026-02-06T04:22:21.610509087Z"
|
||||
generated: "2026-02-06T04:09:37.325978632Z"
|
||||
|
||||
@@ -88,7 +88,7 @@ komodo:
|
||||
memory: 128Mi
|
||||
ferretdb-2:
|
||||
type: deployment
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
strategy: Recreate
|
||||
revisionHistoryLimit: 3
|
||||
containers:
|
||||
@@ -199,14 +199,9 @@ postgresql-17-fdb-cluster:
|
||||
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;
|
||||
- GRANT USAGE ON SCHEMA documentdb_core TO ferret;
|
||||
- GRANT USAGE ON SCHEMA documentdb_api TO ferret;
|
||||
- GRANT USAGE ON SCHEMA documentdb_core TO pg_monitor;
|
||||
- GRANT USAGE ON SCHEMA documentdb_api TO pg_monitor;
|
||||
- GRANT SELECT ON ALL TABLES IN SCHEMA documentdb_core TO pg_monitor;
|
||||
- create extension if not exists pg_cron;
|
||||
- create extension if not exists documentdb cascade;
|
||||
- grant documentdb_admin_role to ferret;
|
||||
recovery:
|
||||
method: objectStore
|
||||
objectStore:
|
||||
|
||||
Reference in New Issue
Block a user