From be85006951521d948b1a798d1570c619901345a0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 21 Dec 2024 21:34:44 -0600 Subject: [PATCH] change import type --- clusters/cl01tl/applications/jellyplist/values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/applications/jellyplist/values.yaml b/clusters/cl01tl/applications/jellyplist/values.yaml index 6fee57af4..4071fd302 100644 --- a/clusters/cl01tl/applications/jellyplist/values.yaml +++ b/clusters/cl01tl/applications/jellyplist/values.yaml @@ -151,15 +151,14 @@ postgres-17-cluster: monitoring: enabled: true replica: - importType: monolith + importType: microservice importDatabases: - - app - jellyplist externalCluster: connectionParameters: host: jellyplist-postgresql-16-cluster-rw user: app - dbname: app + dbname: jellyplist password: name: jellyplist-postgresql-16-cluster-app key: password