force IPv4 for frontend
This commit is contained in:
parent
4feb39dfe3
commit
5196e1e0f6
1 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ spec:
|
||||||
value: "${PROD_BACKEND_PORT}"
|
value: "${PROD_BACKEND_PORT}"
|
||||||
- name: PORT
|
- name: PORT
|
||||||
value: "${PROD_FRONTEND_PORT}"
|
value: "${PROD_FRONTEND_PORT}"
|
||||||
|
- name: HOST
|
||||||
|
value: "0.0.0.0"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: ${PROD_FRONTEND_PORT}
|
- containerPort: ${PROD_FRONTEND_PORT}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue