Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(chart): external ingress #1967

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

joroshiba
Copy link
Member

Summary

Add a chart which enables exposing services from other charts via an ingress. This allows doing instant switching between applications running same stateful services, and decouples application deployment from it's ingress.

Background

We run multiple nodes and deploy the ingress on the node itself right now, this makes it impossible to fail over ingress between nodes of the same service without downtime. Ingress is tightly coupled to the running instance vs being done as a gateway to a service.

Changes

Adds a new chart

@joroshiba joroshiba requested a review from a team as a code owner February 12, 2025 21:25
@joroshiba joroshiba requested a review from aajimal February 12, 2025 21:25
@github-actions github-actions bot added the cd label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants