From 04bd9cd653d0f08c3681bb5f8f1ff620fb2ab05c Mon Sep 17 00:00:00 2001 From: sido Date: Tue, 11 Sep 2018 13:51:58 +0200 Subject: [PATCH] added persistence to questions and bumped chart --- molgenis/Chart.yaml | 2 +- molgenis/questions.yml | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/molgenis/Chart.yaml b/molgenis/Chart.yaml index e60f8cc..42ec519 100644 --- a/molgenis/Chart.yaml +++ b/molgenis/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0" description: MOLGENIS - helm stack (in BETA) name: molgenis-beta -version: 0.1.0 +version: 0.2.0 sources: - https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git icon: https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm/raw/master/molgenis/catalogIcon-molgenis.svg \ No newline at end of file diff --git a/molgenis/questions.yml b/molgenis/questions.yml index 27dbee5..572ac39 100644 --- a/molgenis/questions.yml +++ b/molgenis/questions.yml @@ -81,7 +81,7 @@ questions: - variable: molgenis.resources.requests.memory label: Container memory reservation default: 1250Mi - description: "Memory reservation for this MOLGENIS container" + description: "Memory reservation for this MOLGENIS container (must fit in the selected memory limit for the container)" type: enum options: - "1250Mi" @@ -96,4 +96,18 @@ questions: options: - "1g" - "2g" - group: "Resources" \ No newline at end of file + group: "Resources" +- variable: molgenis.persistence.enabled + default: false + description: "Do you want to use persistence" + type: boolean + required: true + group: "Persistence" + label: Persistence + show_subquestion_if: true + subquestions: + - variable: molgenis.persistence.size + default: "30Gi" + description: "Size of MOLGENIS filestore (not the database size)" + type: string + label: Size filestore \ No newline at end of file