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