Skip to content

Commit

Permalink
feat: Update ingress.yaml to use kitapkurdu.xyz as the host
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Sayin authored and Mehmet Sayin committed Apr 15, 2024
1 parent af33c65 commit 506b8a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infra/k8s-prod/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
image: sayinmehmet47/client-kitapkurdu-1:latest
env:
- name: REACT_APP_LOCAL_API
value: https://kitapkurdu.alphaworld.ch/api
value: https://kitapkurdu.xyz/api
- name: REACT_APP_CLOUDINARY_URL
value: https://api.cloudinary.com/v1_1/dsequsn4l/upload?upload_preset=uploads
ports:
Expand All @@ -47,4 +47,4 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 3000
targetPort: 3000
2 changes: 1 addition & 1 deletion infra/k8s/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
image: sayinmehmet47/client-kitapkurdu-1:latest
env:
- name: REACT_APP_LOCAL_API
value: https://kitapkurdu.alphaworld.ch/api
value: https://kitapkurdu.xyz/api
- name: REACT_APP_CLOUDINARY_URL
value: https://api.cloudinary.com/v1_1/dsequsn4l/upload?upload_preset=uploads
- name: REACT_APP_PUBLIC_EMAILJS_SERVICE_ID
Expand Down

0 comments on commit 506b8a4

Please sign in to comment.