updated for frontend file patch
This commit is contained in:
parent
64bd5a50a3
commit
95cfaf5250
|
|
@ -24,16 +24,6 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: docker.io/syifamaulidya/frontend-app:23
|
image: docker.io/syifamaulidya/frontend-app:23
|
||||||
env:
|
|
||||||
- name: REACT_APP_API_URL
|
|
||||||
value: "http://dev-backend-app-syifa:5000/api/auth/login"
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 100m
|
|
||||||
memory: 128Mi
|
|
||||||
limits:
|
|
||||||
cpu: 250m
|
|
||||||
memory: 256Mi
|
|
||||||
|
|
||||||
---
|
---
|
||||||
# ==========================
|
# ==========================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue