2018-07-30 17:23:58 +02:00
|
|
|
|
|
|
|
categories:
|
|
|
|
- MOLGENIS
|
|
|
|
questions:
|
|
|
|
- variable: ingress.hosts[0].name
|
|
|
|
default: "test.molgenis.org"
|
|
|
|
description: "Hostname for your stack"
|
|
|
|
type: hostname
|
|
|
|
required: true
|
|
|
|
group: "Services and Load Balancing"
|
2018-07-30 17:52:07 +02:00
|
|
|
label: Hostname
|
|
|
|
- variable: molgenis.resources.limits.cpu
|
|
|
|
default: 1
|
|
|
|
description: "CPU limit for this MOLGENIS instance"
|
|
|
|
type: enum
|
2018-07-30 21:06:03 +02:00
|
|
|
options:
|
|
|
|
- "1"
|
|
|
|
- "2"
|
|
|
|
- "3"
|
|
|
|
- "4"
|
2018-07-30 17:52:07 +02:00
|
|
|
required: true
|
|
|
|
group: "Resource limits"
|
|
|
|
label: CPU limit
|
|
|
|
- variable: molgenis.resources.limits.memory
|
|
|
|
default: 1250Mi
|
|
|
|
description: "Memory limit for this MOLGENIS instance"
|
|
|
|
type: enum
|
2018-07-30 21:06:03 +02:00
|
|
|
options:
|
|
|
|
- "1250Mi"
|
|
|
|
- "1500Mi"
|
|
|
|
- "2000Mi"
|
|
|
|
- "2500Mi"
|
2018-07-30 17:52:07 +02:00
|
|
|
required: true
|
|
|
|
group: "Resource limits"
|
|
|
|
label: Memory limit
|