feat: add extensions
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 25s
lint-test-helm / validate-kubeconform (pull_request) Successful in 34s
render-manifests / render-manifests (pull_request) Successful in 1m16s

This commit is contained in:
2026-04-13 19:55:07 -05:00
parent 2a0f557515
commit 5a7f20d6cd

View File

@@ -62,7 +62,14 @@ sparkyfitness:
auth:
existingSecret: sparkyfitness-postgresql-18-cluster-app
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:
method: objectStore
objectStore: