added resource for frontend api url file patch
This commit is contained in:
parent
575dfd855b
commit
64bd5a50a3
|
|
@ -27,6 +27,13 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: REACT_APP_API_URL
|
- name: REACT_APP_API_URL
|
||||||
value: "http://dev-backend-app-syifa:5000/api/auth/login"
|
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