-
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
Update port value for startupProbe, livenessProbe, readinessProbe in meilisearc… #241
Conversation
….yaml sur les startupProbe, livenessProbe, readinessProbe, j'ai du mettre : port: 7700 sinon j'avais une erreur 'Startup probe errored: strconv.Atoi: parsing "http": invalid syntax' et le service reste innaccessible
@meilisearch sync-manifest |
bors merge |
241: Update port value for startupProbe, livenessProbe, readinessProbe in meilisearc… r=brunoocasali a=batchris …h.yaml sur les startupProbe, livenessProbe, readinessProbe, j'ai du mettre : port: 7700 sinon j'avais une erreur 'Startup probe errored: strconv.Atoi: parsing "http": invalid syntax' et le service reste innaccessible # Pull Request ## Related issue Fixes #<issue_number> ## What does this PR do? - ... ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [ ] Have you read the contributing guidelines? - [ ] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Chris Navas <[email protected]> Co-authored-by: brunoocasali <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"At least 1 approving review is required by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches","status":"422"} |
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.
bors merge
241: Update port value for startupProbe, livenessProbe, readinessProbe in meilisearc… r=brunoocasali a=batchris …h.yaml sur les startupProbe, livenessProbe, readinessProbe, j'ai du mettre : port: 7700 sinon j'avais une erreur 'Startup probe errored: strconv.Atoi: parsing "http": invalid syntax' et le service reste innaccessible # Pull Request ## Related issue Fixes #<issue_number> ## What does this PR do? - ... ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [ ] Have you read the contributing guidelines? - [ ] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Chris Navas <[email protected]> Co-authored-by: brunoocasali <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"At least 1 approving review is required by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches","status":"422"} |
I don't know why I tried to merge this 😮💨 It should not be needed because the ports declaration happens before:
Then it acts like a variable "http" |
…h.yaml
sur les startupProbe, livenessProbe, readinessProbe, j'ai du mettre : port: 7700
sinon j'avais une erreur
'Startup probe errored: strconv.Atoi: parsing "http": invalid syntax' et le service reste innaccessible
Pull Request
Related issue
Fixes #<issue_number>
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!