1
0
Fork 0
molgenis-ops-rancher/templates/molgenis/0/rancher-compose.yml

54 lines
1.7 KiB
YAML

.catalog:
name: molgenis
version: latest
description: Molgenis
minimum_rancher_version: v1.6.3
questions:
- variable: "DOMAINS"
description: "Domain you want to use (comma seperated)"
label: "Domains:"
required: true
default: "test.molgenis.org,test.dcktest.gcc.rug.nl"
type: "string"
- variable: "TRAEFIK_BACKEND"
description: "Name of the server when added to loadbalancer"
label: "Traefik backend:"
required: true
default: "test.molgenis.org"
type: "string"
- variable: "DB_SCHEME"
description: "Name of the database scheme"
label: "Database scheme:"
required: true
default: "molgenis"
type: "string"
- variable: "DB_USERNAME"
description: "Name of the database username"
label: "Database username:"
required: true
default: "molgenis"
type: "string"
- variable: "DB_PASSWORD"
description: "Password of the database user"
label: "Database password:"
required: true
default: "molgenis"
type: "string"
- variable: "MOLGENIS_ADMIN_PASSWORD"
description: "Passowrd the MOLGENIS admin"
label: "MOLGENIS admin user password:"
required: true
default: "admin"
type: "string"
- variable: "ELASTIC_CLUSTER"
description: "Name of the elasticsearch cluster"
label: "Cluster:"
required: true
default: "molgenis"
type: "string"
- variable: "JVM_MEM_POOL"
description: "Specifies the initial and maximum size, in bytes, of the memory allocation pool."
label: "Initial and maximum size:"
required: true
default: "2g"
type: "string"