updated for frontend file patch

This commit is contained in:
syifa 2025-11-07 08:57:39 +00:00
parent 64bd5a50a3
commit 95cfaf5250
1 changed files with 0 additions and 10 deletions

View File

@ -24,16 +24,6 @@ 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"
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 250m
memory: 256Mi
---
# ==========================