updated for frontend backend api url file patch
This commit is contained in:
parent
b6865c2e01
commit
c5c60af433
|
|
@ -10,9 +10,7 @@ spec:
|
|||
containers:
|
||||
- name: backend
|
||||
image: docker.io/syifamaulidya/backend-app:23
|
||||
env:
|
||||
- name: REACT_APP_API_URL
|
||||
value: "http://dev-backend-app-syifa:5000/api/auth/login"
|
||||
|
||||
---
|
||||
# Frontend patch
|
||||
apiVersion: apps/v1
|
||||
|
|
@ -26,6 +24,9 @@ spec:
|
|||
containers:
|
||||
- name: frontend
|
||||
image: docker.io/syifamaulidya/frontend-app:23
|
||||
env:
|
||||
- name: REACT_APP_API_URL
|
||||
value: "http://dev-backend-app-syifa:5000/api/auth/login"
|
||||
|
||||
---
|
||||
# ==========================
|
||||
|
|
|
|||
Loading…
Reference in New Issue