1
0
Fork 0

updated questions

This commit is contained in:
sido 2018-09-11 12:41:56 +02:00
parent 71e59f7639
commit 6f4f98c091
1 changed files with 12 additions and 12 deletions

View File

@ -3,13 +3,14 @@ categories:
- MOLGENIS - MOLGENIS
questions: questions:
- variable: ingress.hosts[0].name - variable: ingress.hosts[0].name
label: Hostname
default: "test.molgenis.org" default: "test.molgenis.org"
description: "Hostname for your stack" description: "Hostname for your stack"
type: hostname type: hostname
required: true required: true
group: "Load Balancing" group: "Load Balancing"
label: Hostname
- variable: molgenis.image.repository - variable: molgenis.image.repository
label: Registry
default: "registry.hub.docker.com" default: "registry.hub.docker.com"
description: "Select a registry to pull from" description: "Select a registry to pull from"
type: enum type: enum
@ -18,50 +19,50 @@ questions:
- "registry.molgenis.org" - "registry.molgenis.org"
required: true required: true
group: "Version" group: "Version"
label: Registry
- variable: molgenis.image.tag - variable: molgenis.image.tag
label: Version
default: "" default: ""
description: "Select a MOLGENIS version (check the registry.molgenis.org or hub.docker.com for released tags)" description: "Select a MOLGENIS version (check the registry.molgenis.org or hub.docker.com for released tags)"
type: string type: string
required: true required: true
group: "Version" group: "Version"
label: Version
- variable: molgenis.services.opencpu.host - variable: molgenis.services.opencpu.host
label: OpenCPU cluster
default: "localhost" default: "localhost"
description: "Specify the OpenCPU cluster" description: "Specify the OpenCPU cluster"
type: string type: string
required: true required: true
group: "Services" group: "Services"
label: OpenCPU cluster
- variable: molgenis.services.postgres.host - variable: molgenis.services.postgres.host
label: Postgres cluster location
default: "postgresql.molgenis-postgresql.svc" default: "postgresql.molgenis-postgresql.svc"
description: "Set the location of the postgres cluster" description: "Set the location of the postgres cluster"
type: string type: string
required: true required: true
group: "Services" group: "Services"
label: Postgres cluster location
- variable: molgenis.services.postgres.scheme - variable: molgenis.services.postgres.scheme
label: Database scheme
default: "molgenis" default: "molgenis"
description: "Set the database scheme" description: "Set the database scheme"
type: string type: string
required: true required: true
group: "Services" group: "Services"
label: Database scheme
- variable: molgenis.services.postgres.user - variable: molgenis.services.postgres.user
label: Database username
default: "molgenis" default: "molgenis"
description: "Set user of the database scheme" description: "Set user of the database scheme"
type: string type: string
required: true required: true
group: "Services" group: "Services"
label: Database username
- variable: molgenis.services.postgres.password - variable: molgenis.services.postgres.password
label: Database password
default: "molgenis" default: "molgenis"
description: "Set the password of the database scheme" description: "Set the password of the database scheme"
type: string type: string
required: true required: true
group: "Services" group: "Services"
label: Database password
- variable: molgenis.resources.limits.memory - variable: molgenis.resources.limits.memory
label: Container memory limit
default: 1250Mi default: 1250Mi
description: "Memory limit for this MOLGENIS container" description: "Memory limit for this MOLGENIS container"
type: enum type: enum
@ -70,8 +71,8 @@ questions:
- "2500Mi" - "2500Mi"
required: true required: true
group: "Resources" group: "Resources"
label: Container memory reservation
- variable: molgenis.resources.requests.memory - variable: molgenis.resources.requests.memory
label: Container memory reservation
default: 1250Mi default: 1250Mi
description: "Memory reservation for this MOLGENIS container" description: "Memory reservation for this MOLGENIS container"
type: enum type: enum
@ -80,8 +81,8 @@ questions:
- "2500Mi" - "2500Mi"
required: true required: true
group: "Resources" group: "Resources"
label: Container memory reservation
- variable: molgenis.javaOpts.maxHeapSpace - variable: molgenis.javaOpts.maxHeapSpace
label: Maximum heap space (JVM)
default: "1g" default: "1g"
description: "Maximum heap space MOLGENIS container JVM. Please not this should fit in your container memory limit" description: "Maximum heap space MOLGENIS container JVM. Please not this should fit in your container memory limit"
type: enum type: enum
@ -89,4 +90,3 @@ questions:
- "1g" - "1g"
- "2g" - "2g"
group: "Resources" group: "Resources"
label: Maximum heap space (JVM)