1
0
Fork 0
molgenis-ops-docker-helm/molgenis/questions.yml

93 lines
2.4 KiB
YAML

categories:
- MOLGENIS
questions:
- variable: ingress.hosts[0].name
default: "test.molgenis.org"
description: "Hostname for your stack"
type: hostname
required: true
group: "Load Balancing"
label: Hostname
- variable: molgenis.image.repository
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: "Version"
label: Registry
- variable: molgenis.image.tag
default: ""
description: "Select a MOLGENIS version (check the registry.molgenis.org or hub.docker.com for released tags)"
type: string
required: true
group: "Version"
label: Version
- variable: molgenis.services.opencpu.host
default: "localhost"
description: "Specify the OpenCPU cluster"
type: string
required: true
group: "Services"
label: OpenCPU cluster
- variable: molgenis.services.postgres.host
default: "postgresql.molgenis-postgresql.svc"
description: "Set the location of the postgres cluster"
type: string
required: true
group: "Services"
label: Postgres cluster location
- variable: molgenis.services.postgres.scheme
default: "molgenis"
description: "Set the database scheme"
type: string
required: true
group: "Services"
label: Database scheme
- variable: molgenis.services.postgres.user
default: "molgenis"
description: "Set user of the database scheme"
type: string
required: true
group: "Services"
label: Database username
- variable: molgenis.services.postgres.password
default: "molgenis"
description: "Set the password of the database scheme"
type: string
required: true
group: "Services"
label: Database password
- variable: molgenis.resources.limits.memory
default: 1250Mi
description: "Memory limit for this MOLGENIS container"
type: enum
options:
- "1250Mi"
- "2500Mi"
required: true
group: "Resources"
label: Container memory reservation
- variable: molgenis.resources.requests.memory
default: 1250Mi
description: "Memory reservation for this MOLGENIS container"
type: enum
options:
- "1250Mi"
- "2500Mi"
required: true
group: "Resources"
label: Container memory reservation
- variable: molgenis.javaOpts.maxHeapSpace
default: "1g"
description: "Maximum heap space MOLGENIS container JVM. Please not this should fit in your container memory limit"
type: enum
options:
- "1g"
- "2g"
group: "Resources"
label: Maximum heap space (JVM)