From 76ae8646205e90b6567e8417971803fdfb6c4ffc Mon Sep 17 00:00:00 2001 From: mehmet Date: Sat, 4 May 2024 19:38:27 +0200 Subject: [PATCH] feat: configure other environment --- infra/k8s-dev/frontend-deployment.yaml | 2 +- infra/k8s-staging/frontend-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/k8s-dev/frontend-deployment.yaml b/infra/k8s-dev/frontend-deployment.yaml index baeaf9a7..c3e1ddf3 100644 --- a/infra/k8s-dev/frontend-deployment.yaml +++ b/infra/k8s-dev/frontend-deployment.yaml @@ -22,7 +22,7 @@ spec: image: sayinmehmet47/client-kitapkurdu-1:latest env: - name: REACT_APP_LOCAL_API - value: https://kitapkurdu.xyz/api + value: https://dev.kitapkurdu.xyz/api - name: REACT_APP_CLOUDINARY_URL value: https://api.cloudinary.com/v1_1/dsequsn4l/upload?upload_preset=uploads ports: diff --git a/infra/k8s-staging/frontend-deployment.yaml b/infra/k8s-staging/frontend-deployment.yaml index c4f66199..73ec742b 100644 --- a/infra/k8s-staging/frontend-deployment.yaml +++ b/infra/k8s-staging/frontend-deployment.yaml @@ -22,7 +22,7 @@ spec: image: sayinmehmet47/client-kitapkurdu-1:latest env: - name: REACT_APP_LOCAL_API - value: https://kitapkurdu.xyz/api + value: https://staging.kitapkurdu.xyz/api - name: REACT_APP_CLOUDINARY_URL value: https://api.cloudinary.com/v1_1/dsequsn4l/upload?upload_preset=uploads ports: