force IPv4 for frontend

This commit is contained in:
continuist 2025-09-21 00:35:04 -04:00
parent 4feb39dfe3
commit 5196e1e0f6

View file

@ -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