feat: add extensions
This commit is contained in:
@@ -62,7 +62,14 @@ sparkyfitness:
|
|||||||
auth:
|
auth:
|
||||||
existingSecret: sparkyfitness-postgresql-18-cluster-app
|
existingSecret: sparkyfitness-postgresql-18-cluster-app
|
||||||
postgres-18-cluster:
|
postgres-18-cluster:
|
||||||
mode: recovery
|
mode: standalone
|
||||||
|
cluster:
|
||||||
|
initdb:
|
||||||
|
postInitTemplateSQL:
|
||||||
|
- CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
||||||
|
- CREATE EXTENSION IF NOT EXISTS "pgcrypto";
|
||||||
|
- CREATE EXTENSION IF NOT EXISTS "pg_stat_statements";
|
||||||
|
- GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO "app" WITH GRANT OPTION;
|
||||||
recovery:
|
recovery:
|
||||||
method: objectStore
|
method: objectStore
|
||||||
objectStore:
|
objectStore:
|
||||||
|
|||||||
Reference in New Issue
Block a user