From 6fac4c421ad75cb64fe9c308c7380773d7381626 Mon Sep 17 00:00:00 2001 From: Benjamin Blankenmeister Date: Tue, 14 Nov 2023 17:42:09 -0500 Subject: [PATCH] Use localhost --- charts/seqr/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/seqr/values.yaml b/charts/seqr/values.yaml index fba73743..bf982525 100644 --- a/charts/seqr/values.yaml +++ b/charts/seqr/values.yaml @@ -92,7 +92,7 @@ environment: # -- The number of threads to allocate to the gunicorn server GUNICORN_WORKER_THREADS: "4" # -- The hostname to use for the postgres database connectsion - POSTGRES_SERVICE_HOSTNAME: "postgres" + POSTGRES_SERVICE_HOSTNAME: "localhost" # -- The username to use for the postgres database connection POSTGRES_USERNAME: "postgres" # -- The TCP port number to use for the postgres database connection