updated options
This commit is contained in:
parent
f35e8c62c1
commit
557bcf5354
@ -14,10 +14,10 @@ questions:
|
|||||||
description: "CPU limit for this MOLGENIS instance"
|
description: "CPU limit for this MOLGENIS instance"
|
||||||
type: enum
|
type: enum
|
||||||
options:
|
options:
|
||||||
- 1
|
- "1"
|
||||||
- 2
|
- "2"
|
||||||
- 3
|
- "3"
|
||||||
- 4
|
- "4"
|
||||||
required: true
|
required: true
|
||||||
group: "Resource limits"
|
group: "Resource limits"
|
||||||
label: CPU limit
|
label: CPU limit
|
||||||
@ -26,10 +26,10 @@ questions:
|
|||||||
description: "Memory limit for this MOLGENIS instance"
|
description: "Memory limit for this MOLGENIS instance"
|
||||||
type: enum
|
type: enum
|
||||||
options:
|
options:
|
||||||
- 1250Mi
|
- "1250Mi"
|
||||||
- 1500Mi
|
- "1500Mi"
|
||||||
- 2000Mi
|
- "2000Mi"
|
||||||
- 2500Mi
|
- "2500Mi"
|
||||||
required: true
|
required: true
|
||||||
group: "Resource limits"
|
group: "Resource limits"
|
||||||
label: Memory limit
|
label: Memory limit
|
Loading…
Reference in New Issue
Block a user