added resource for frontend api url file patch

This commit is contained in:
syifa 2025-11-07 08:53:35 +00:00
parent 575dfd855b
commit 64bd5a50a3
1 changed files with 7 additions and 0 deletions

View File

@ -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
--- ---
# ========================== # ==========================