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