From 7839d7a5a2296d26c68b18f2a72fb235c27467fd Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 12 Dec 2025 16:58:38 -0600 Subject: [PATCH] use superuser --- clusters/cl01tl/helm/lidarr/values.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/lidarr/values.yaml b/clusters/cl01tl/helm/lidarr/values.yaml index 01af6126e..80a777281 100644 --- a/clusters/cl01tl/helm/lidarr/values.yaml +++ b/clusters/cl01tl/helm/lidarr/values.yaml @@ -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: