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 21:08:40 +02:00
|
|
|
label: Hostname
|
2018-09-06 07:47:22 +02:00
|
|
|
- variable: molgenis.image.registry
|
|
|
|
default: "registry.hub.docker.com"
|
|
|
|
description: "Select a registry to pull from"
|
|
|
|
type: enum
|
|
|
|
options:
|
|
|
|
- "registry.hub.docker.com"
|
|
|
|
- "registry.molgenis.org"
|
|
|
|
required: true
|
2018-09-06 07:48:32 +02:00
|
|
|
group: "MOLGENIS - Version"
|
2018-09-06 07:47:22 +02:00
|
|
|
label: Registry
|
|
|
|
- variable: molgenis.image.tag
|
|
|
|
default: "stable"
|
|
|
|
description: "Select a MOLGENIS version"
|
|
|
|
type: enum
|
|
|
|
options:
|
|
|
|
- "latest"
|
|
|
|
- "stable"
|
|
|
|
- "7.1-stable"
|
|
|
|
- "7.0-stable"
|
2018-09-06 07:48:32 +02:00
|
|
|
required: true
|
|
|
|
group: "MOLGENIS - Version"
|
2018-09-06 07:47:22 +02:00
|
|
|
label: Version
|
2018-07-30 21:08:40 +02:00
|
|
|
- variable: molgenis.resources.limits.cpu
|
|
|
|
default: 1
|
|
|
|
description: "CPU limit for this MOLGENIS instance"
|
|
|
|
type: enum
|
|
|
|
options:
|
|
|
|
- "1"
|
|
|
|
- "2"
|
|
|
|
- "3"
|
|
|
|
- "4"
|
|
|
|
required: true
|
|
|
|
group: "MOLGENIS - 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: "MOLGENIS - Resource limits"
|
2018-07-30 21:23:13 +02:00
|
|
|
label: Memory limit
|
|
|
|
- variable: molgenis.javaOpts
|
|
|
|
default: "-Xmx1g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
|
|
|
description: "Java runtime options for the MOLGENIS instance"
|
|
|
|
type: enum
|
|
|
|
options:
|
|
|
|
- "-Xmx1g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
|
|
|
- "-Xmx2g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
2018-07-30 21:28:51 +02:00
|
|
|
group: "MOLGENIS - Resource limits"
|
2018-07-30 21:23:13 +02:00
|
|
|
label: Java memory options
|