Skip to content
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

draft: feat: add MEILISEARCH_STORAGE_SIZE configuration #1196

Draft
wants to merge 1 commit into
base: release
Choose a base branch
from

Conversation

viadanna
Copy link
Contributor

@viadanna viadanna commented Feb 6, 2025

Description

This PR makes it possible to configure MeiliSearch storage size.

Testing instructions

  1. Create a new Tutor instance.
  2. Modify the config.yml file, adding:
MEILISEARCH_STORAGE_SIZE: 1Gi
  1. Run tutor k8s launch to deploy the new instance.
  2. Confirm the deployment is successful.
  3. Confirm the Meilisearch PVC new size:
$ kubectl -nsumac get pvc/meilisearch
NAME          STATUS   VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE
meilisearch   Bound    pvc-6500a7bd--ee9211966da0   1Gi        RWO            gp2            <unset>                 20m

@viadanna viadanna marked this pull request as draft February 6, 2025 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Pending Triage
Development

Successfully merging this pull request may close these issues.

1 participant