diff --git a/molgenis-preview/questions.yml b/molgenis-preview/questions.yml index 85819f6..8e33c8c 100644 --- a/molgenis-preview/questions.yml +++ b/molgenis-preview/questions.yml @@ -8,4 +8,28 @@ questions: type: hostname required: true group: "Services and Load Balancing" - label: Hostname \ No newline at end of file + 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 \ No newline at end of file