-
Notifications
You must be signed in to change notification settings - Fork 59
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: handle correctly when replica count is set to 0 #238
Conversation
@meilisearch sync-manifest |
Hey @Tchoupinax can you fix the conflicts? |
@meilisearch sync-manifest |
Sorry just got your message. It's done now! |
bors try |
tryBuild failed: |
@meilisearch sync-manifest |
bors merge |
238: feat: handle correctly when replica count is set to 0 r=brunoocasali a=Tchoupinax Hello, This evolution brings the ability to set the replica count to zero. There is an unexpected behaviour in helm that does not allow it as we would expect it. My current usage of putting replica count to zero is for https://github.com/acouvreur/sablier Thank for your work! Co-authored-by: Tchoupinax <[email protected]> Co-authored-by: brunoocasali <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
Build failed: |
@meilisearch sync-manifest |
bors merge |
238: feat: handle correctly when replica count is set to 0 r=brunoocasali a=Tchoupinax Hello, This evolution brings the ability to set the replica count to zero. There is an unexpected behaviour in helm that does not allow it as we would expect it. My current usage of putting replica count to zero is for https://github.com/acouvreur/sablier Thank for your work! Co-authored-by: Tchoupinax <[email protected]> Co-authored-by: brunoocasali <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
Build failed:
|
@meilisearch sync-manifest |
bors merge |
238: feat: handle correctly when replica count is set to 0 r=brunoocasali a=Tchoupinax Hello, This evolution brings the ability to set the replica count to zero. There is an unexpected behaviour in helm that does not allow it as we would expect it. My current usage of putting replica count to zero is for https://github.com/acouvreur/sablier Thank for your work! Co-authored-by: Tchoupinax <[email protected]> Co-authored-by: brunoocasali <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
Build failed: |
charts/meilisearch/Chart.yaml
Outdated
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.
@Tchoupinax I can't look into why the CI is not working right now. Can you take a look at it, please?
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.
@meilisearch sync-manifest |
bors merge |
238: feat: handle correctly when replica count is set to 0 r=brunoocasali a=Tchoupinax Hello, This evolution brings the ability to set the replica count to zero. There is an unexpected behaviour in helm that does not allow it as we would expect it. My current usage of putting replica count to zero is for https://github.com/acouvreur/sablier Thank for your work! Co-authored-by: Tchoupinax <[email protected]> Co-authored-by: brunoocasali <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
Build failed: |
Hey @Tchoupinax, I was not able to understand what's missing here, I agree with your PR, but I don't have time to investigate the issue happening in the CI. I'm going to close this PR, feel free to reopen if you want to fix it :) |
Hello,
This evolution brings the ability to set the replica count to zero. There is an unexpected behaviour in helm that does not allow it as we would expect it.
My current usage of putting replica count to zero is for https://github.com/acouvreur/sablier
Thank for your work!