From 5196e1e0f6269d1fb5022b5c852602d73e7177df Mon Sep 17 00:00:00 2001 From: continuist Date: Sun, 21 Sep 2025 00:35:04 -0400 Subject: [PATCH] force IPv4 for frontend --- deploy/prod-pod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/prod-pod.yml b/deploy/prod-pod.yml index 8e6445d..5bd8956 100644 --- a/deploy/prod-pod.yml +++ b/deploy/prod-pod.yml @@ -127,6 +127,8 @@ spec: value: "${PROD_BACKEND_PORT}" - name: PORT value: "${PROD_FRONTEND_PORT}" + - name: HOST + value: "0.0.0.0" ports: - containerPort: ${PROD_FRONTEND_PORT} protocol: TCP