You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
173: feat: restart pods on config change r=alallema a=jensschulze
Restart Meilisearch if the configmap has changed (see https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments)
# Pull Request
## Related issue
Fixes#172
## What does this PR do?
- The application Pods are being restarted if the ConfigMap changes. Thus the new values are picked up by the application Pods.
## PR checklist
Please check if your PR fulfills the following requirements:
- [x ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x ] Have you read the contributing guidelines?
- [ x] Have you made sure that the title is accurate and descriptive of the changes?
Co-authored-by: Jens Schulze <[email protected]>
Co-authored-by: Amélie <[email protected]>
0 commit comments