From 6ddf31f1f9eb25a8b5d6886ac698dfb8d4e7bd7f Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Sat, 10 Feb 2024 18:45:59 -0500 Subject: [PATCH] updating host name --- dev/apps/core-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/apps/core-api.yaml b/dev/apps/core-api.yaml index 52cb9ae..1886519 100644 --- a/dev/apps/core-api.yaml +++ b/dev/apps/core-api.yaml @@ -23,7 +23,7 @@ spec: path: charts/core-api helm: values: | - postgresHost: "postgres" + postgresHost: "postgres-postgresql" postgresPort: 5432 postgresUsername: "postgres" postgresPassword: "postgres"