updated for backend api url file patch frontend
This commit is contained in:
parent
95cfaf5250
commit
ba755951f3
|
|
@ -24,6 +24,9 @@ spec:
|
|||
containers:
|
||||
- name: frontend
|
||||
image: docker.io/syifamaulidya/frontend-app:23
|
||||
env:
|
||||
- name: REACT_APP_API_URL
|
||||
value: "http://backend-app-syifa:5000/api/auth/login"
|
||||
|
||||
---
|
||||
# ==========================
|
||||
|
|
|
|||
Loading…
Reference in New Issue