1
0
Fork 0

updated questions

This commit is contained in:
sido 2018-07-30 17:52:07 +02:00
parent e725951f04
commit c10544c47e
1 changed files with 25 additions and 1 deletions

View File

@ -8,4 +8,28 @@ questions:
type: hostname
required: true
group: "Services and Load Balancing"
label: Hostname
label: Hostname
- variable: molgenis.resources.limits.cpu
default: 1
description: "CPU limit for this MOLGENIS instance"
type: enum
options:
- 1
- 2
- 3
- 4
required: true
group: "Resource limits"
label: CPU limit
- variable: molgenis.resources.limits.memory
default: 1250Mi
description: "Memory limit for this MOLGENIS instance"
type: enum
options:
- 1250Mi
- 1500Mi
- 2000Mi
- 2500Mi
required: true
group: "Resource limits"
label: Memory limit