From 2c498d55afd4a30208ef98440db6b3a21817306b Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 12 Sep 2024 14:17:21 +0200 Subject: [PATCH] Change host postgres ente config --- ente-photos/ente-photos-es.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ente-photos/ente-photos-es.yaml b/ente-photos/ente-photos-es.yaml index f68dcdd..0377ece 100644 --- a/ente-photos/ente-photos-es.yaml +++ b/ente-photos/ente-photos-es.yaml @@ -14,7 +14,7 @@ spec: data: config: | db: - host: postgres + host: helm-postgresql port: 5432 name: ente_db user: pguser