From 511d67dd5580ba4cc0e4cee8845821a82f794e57 Mon Sep 17 00:00:00 2001 From: Thomas Gerber Date: Wed, 20 Mar 2024 16:03:57 -0700 Subject: [PATCH] Switch destination hasura url config to 127.0.0.1 to avoid ipv6 (#343) --- .env | 3 ++- kube/base/faros/config/.env | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env b/.env index ed2bd6b..b590d49 100644 --- a/.env +++ b/.env @@ -36,7 +36,8 @@ DATABASE_DB=airbyte DATABASE_URL=jdbc:postgresql://faros-db:5432/airbyte # Host must correspond to the service name running webapp AIRBYTE_URL=http://airbyte-webapp:80 -AIRBYTE_DESTINATION_HASURA_URL=http://localhost:8080 +# Switched to 127.0.0.1 instead of localhost avoid IPv6 resolution by Node +AIRBYTE_DESTINATION_HASURA_URL=http://127.0.0.1:8080 ############################## Hasura ######################################### HASURA_DB_NAME=hasura diff --git a/kube/base/faros/config/.env b/kube/base/faros/config/.env index ed2bd6b..b590d49 100644 --- a/kube/base/faros/config/.env +++ b/kube/base/faros/config/.env @@ -36,7 +36,8 @@ DATABASE_DB=airbyte DATABASE_URL=jdbc:postgresql://faros-db:5432/airbyte # Host must correspond to the service name running webapp AIRBYTE_URL=http://airbyte-webapp:80 -AIRBYTE_DESTINATION_HASURA_URL=http://localhost:8080 +# Switched to 127.0.0.1 instead of localhost avoid IPv6 resolution by Node +AIRBYTE_DESTINATION_HASURA_URL=http://127.0.0.1:8080 ############################## Hasura ######################################### HASURA_DB_NAME=hasura