categories: - MOLGENIS questions: - variable: molgenisUsername default: "molgenis" description: "User of the application" type: string required: true label: MOLGENIS username group: "MOLGENIS Settings" - variable: molgenisEmail default: "admin@molgenis.org" description: "Admin email" type: string required: true label: MOLGENIS admin email group: "MOLGENIS Settings" - variable: persistence.enabled default: "false" description: "Enable persistent volume for MOLGENIS" type: boolean required: true label: MOLGENIS Persistent Volume Enabled show_subquestion_if: true group: "MOLGENIS Settings" subquestions: - variable: persistence.size default: "10Gi" description: "Persistent Volume Size" type: string label: MOLGENIS Volume Size - variable: persistence.storageClass default: "" description: "If undefined or null, uses the default StorageClass. Default to null" type: storageclass label: Default StorageClass for MOLGENIS - variable: ingress.hosts[0].name default: "test.molgenis.org" description: "Hostname for your stack" type: hostname required: true group: "Services and Load Balancing" label: Hostname - variable: httpd.hostname default: "test.molgenis.org" description: "Hostname for your services (comma separated, example: [hostname]:[port])" type: string required: false group: "Apache configuration" label: Hostname - variable: httpd.proxy default: "" description: "Proxy for your services (comma separated, example: [service]:[port]:[path])" type: string required: false group: "Apache configuration" label: Proxy - variable: httpd.redirect default: "" description: "Redirection urls for your services (comma separated, example: [redirection_url])" type: string required: false group: "Apache configuration" label: Redirection