56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
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.enabled
|
|
default: "true"
|
|
description: "Expose app using Layer 7 Load Balancer - ingress"
|
|
type: boolean
|
|
label: Expose app using Layer 7 Load Balancer
|
|
show_subquestion_if: true
|
|
group: "Services and Load Balancing"
|
|
subquestions:
|
|
- variable: ingress.hosts[0].name
|
|
default: "test.molgenis.org"
|
|
description: "Hostname for your stack"
|
|
type: hostname
|
|
required: true
|
|
label: Hostname
|
|
- variable: httpd.proxy
|
|
default: ""
|
|
description: "Proxy for your services (comma separated, example: [service]:[port]:[path])"
|
|
type: string
|
|
required: false
|
|
label: Proxy |