use superuser
All checks were successful
lint-test-helm / lint-helm (push) Successful in 10s
render-manifests-push / render-manifests-push (push) Successful in 24s
renovate / renovate (push) Successful in 1m20s

This commit is contained in:
2025-12-12 16:58:38 -06:00
parent 217fcb2972
commit 7839d7a5a2

View File

@@ -99,6 +99,7 @@ postgres-17-cluster:
requests:
memory: 1Gi
cpu: 200m
enableSuperuserAccess: true
initdb:
postInitSQL:
- CREATE DATABASE "lidarr-main" OWNER "app";
@@ -184,15 +185,15 @@ postgres-18-cluster:
- lidarr-main
- lidarr-log
roles:
- "*"
- "app"
source:
host: "lidarr2-postgresql-17-cluster-rw"
port: 5432
username: app
database: app
username: postgres
database: postgres
sslMode: "disable"
passwordSecret:
name: "lidarr2-postgresql-17-cluster-app"
name: "lidarr2-postgresql-17-cluster-superuser"
key: "password"
backup:
objectStore: