fix
All checks were successful
render-manifests-push / render-manifests-push (push) Successful in 29s
lint-test-helm / lint-helm (push) Successful in 13s
renovate / renovate (push) Successful in 1m21s

This commit is contained in:
2025-12-12 17:10:22 -06:00
parent 7839d7a5a2
commit 82e408cda1

View File

@@ -182,6 +182,7 @@ postgres-18-cluster:
import:
type: "monolith"
databases:
- app
- lidarr-main
- lidarr-log
roles:
@@ -190,7 +191,7 @@ postgres-18-cluster:
host: "lidarr2-postgresql-17-cluster-rw"
port: 5432
username: postgres
database: postgres
database: "*"
sslMode: "disable"
passwordSecret:
name: "lidarr2-postgresql-17-cluster-superuser"