Skip to content

Configuration of the minio PVC size from the global values.yaml #3220

Answered by t83714
bouleq asked this question in Q&A
Discussion options

You must be logged in to vote

@bouleq
Helm allows you to pass down the values to sub chart (and sub chart's subchart) with
Therefore, you don't have to modify the storage API default value file --- storage-api/values.yaml file to overwrite the minio config (the document is here: https://github.com/magda-io/magda/blob/master/deploy/helm/internal-charts/storage-api/README.md).

Instead, you can (depends on your chart hierarchy):

  • if you deploy magda chart directly, you can put the following in the values file that you supply via helm upgrade / install -f switch:
magda-core:
  storage-api:
    minio:
      persistence:
        size: 123G
  • if you use a deployment wrapper chart and declare magda chart as one of the depende…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by t83714
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
User Inquiry Magda Usage Inquiries
2 participants
Converted from issue

This discussion was converted from issue #3206 on September 07, 2021 00:46.