meilisearch / meilisearch-kubernetes

Meilisearch on Kubernetes Helm charts and manifests
https://www.meilisearch.com
MIT License
212 stars 59 forks source link

Chart Support for initContainers #226

Closed zfalen closed 6 months ago

zfalen commented 6 months ago

Description Chart should support passing initContainer configuration in the values.yaml file to enable pre-load behavior.

Basic example For example, one might wish to clone a .dump file from a remote source eg. S3, mount it to the Meilisearch pod in a volume, then turn on Meilisearch with the MEILI_IMPORT_DUMP variable defined.