From 9481fb6b8c7428e3052ebaf5ddf6ffd54dbdaa6a Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 27 Dec 2025 18:42:45 +0900 Subject: [PATCH] REFACTOR(umami): migrate umami to CNPG database --- umami/helm-values/umami.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umami/helm-values/umami.yaml b/umami/helm-values/umami.yaml index 1da3b44..f152327 100644 --- a/umami/helm-values/umami.yaml +++ b/umami/helm-values/umami.yaml @@ -10,7 +10,7 @@ postgresql: # External database configuration externalDatabase: type: postgresql - hostname: postgresql-primary.postgresql.svc.cluster.local + hostname: postgresql-cnpg-rw.postgresql-cnpg.svc.cluster.local port: 5432 auth: database: umami