updated for backend api url file patch

This commit is contained in:
syifa 2025-11-07 08:24:38 +00:00
parent 4cc9452a82
commit b6865c2e01
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ 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