use superuser
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user