added selectable registry and version
This commit is contained in:
parent
f9089f5ee0
commit
c30e7b2365
@ -9,6 +9,26 @@ questions:
|
|||||||
required: true
|
required: true
|
||||||
group: "Services and Load Balancing"
|
group: "Services and Load Balancing"
|
||||||
label: Hostname
|
label: Hostname
|
||||||
|
- 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
|
||||||
|
group: "MOLGENIS - version"
|
||||||
|
label: Registry
|
||||||
|
- variable: molgenis.image.tag
|
||||||
|
default: "stable"
|
||||||
|
description: "Select a MOLGENIS version"
|
||||||
|
type: enum
|
||||||
|
options:
|
||||||
|
- "latest"
|
||||||
|
- "stable"
|
||||||
|
- "7.1-stable"
|
||||||
|
- "7.0-stable"
|
||||||
|
label: Version
|
||||||
- variable: molgenis.resources.limits.cpu
|
- variable: molgenis.resources.limits.cpu
|
||||||
default: 1
|
default: 1
|
||||||
description: "CPU limit for this MOLGENIS instance"
|
description: "CPU limit for this MOLGENIS instance"
|
||||||
|
Loading…
Reference in New Issue
Block a user