-
Notifications
You must be signed in to change notification settings - Fork 569
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(helm): add pure Ingress option instead of the gateway service #6932
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the contribution. In addition to the comments I've already left, can you add an entry in operations/helm/charts/mimir-distributed/CHANGELOG.md
?
operations/helm/charts/mimir-distributed/templates/ingress.yaml
Outdated
Show resolved
Hide resolved
f10fab2
to
431a63d
Compare
@dimitarvdimitrov ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks. I realized that the other ingresses have a different interface and I'm wondering if we should support the same one; specifically the pathPrefix configuration
operations/helm/charts/mimir-distributed/templates/validate.yaml
Outdated
Show resolved
Hide resolved
00db207
to
5d8a8e5
Compare
@dimitarvdimitrov ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for addressing my comments. I left a few final nitpicks, but other than that this is ready for a merge. Appreciate the contribution :)
operations/helm/charts/mimir-distributed/ci/offline/test-ingress-values.yaml
Show resolved
Hide resolved
Signed-off-by: Mickaël Canévet <[email protected]>
5d8a8e5
to
f515049
Compare
What this PR does
This PR adds the possibility to use a pure Ingress resource instead of deploying the gateway service when using the mimir-distributed Helm Chart.
It basically mimic a feature available in loki-distributed Helm chart: grafana/helm-charts@c402537