visheshrwl / Uber-like

This repository contains the codebase for an Uber-like application providing both delivery and cab services. The project uses modern technologies including Docker, Kubernetes, TypeScript for backend, React for frontend, GraphQL for API interactions, Redis for caching, Kafka for message brokering, and advanced routing algorithms.
MIT License
11 stars 28 forks source link

Update ingress.yml #30

Closed Aryam2121 closed 1 month ago

Aryam2121 commented 1 month ago

Frontend Traffic Routing: Instead of directly linking to uber-like-app-frontend, the Ingress now routes traffic through frontend-service. This Service will dynamically switch its selector between blue and green deployments.Initially, the frontend-service selector will point to the blue version (app: frontend, version: blue). When you're ready to switch to the green version, you’ll update the frontend-service selector to point to app: frontend, version: green.solve issue #7

All Submissions:

Type of change

Please delete options that are not relevant.

After these steps, you're ready to open a pull request.

a. Give a descriptive title to your PR.

b. Describe your changes.

c. Put `closes #7 in your comment to auto-close the issue that your PR fixes (if such).