1
0
Fork 0
molgenis-ops-docker-helm/httpd/v0.1.x/questions.yml

64 lines
1.8 KiB
YAML
Raw Normal View History

2018-06-22 22:11:11 +02:00
categories:
- MOLGENIS
questions:
- variable: molgenisUsername
2018-06-22 23:00:54 +02:00
default: "molgenis"
2018-06-22 22:11:11 +02:00
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"
2018-06-22 22:50:21 +02:00
description: "Persistent Volume Size"
2018-06-22 22:11:11 +02:00
type: string
2018-06-22 22:50:21 +02:00
label: MOLGENIS Volume Size
2018-06-22 22:11:11 +02:00
- variable: persistence.storageClass
default: ""
description: "If undefined or null, uses the default StorageClass. Default to null"
type: storageclass
2018-06-22 22:50:21 +02:00
label: Default StorageClass for MOLGENIS
2018-06-25 22:53:22 +02:00
- variable: ingress.hosts[0].name
default: "test.molgenis.org"
description: "Hostname for your stack"
type: hostname
required: true
2018-06-22 22:11:11 +02:00
group: "Services and Load Balancing"
2018-06-25 22:53:22 +02:00
label: Hostname
2018-06-23 16:06:38 +02:00
- 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