specify administrator password
This commit is contained in:
parent
bf770cc05e
commit
f1d4a6ee3b
@ -6,8 +6,8 @@ This chart spins up a MOLGENIS instance with HTTPD. The created containers are:
|
|||||||
|
|
||||||
- MOLGENIS
|
- MOLGENIS
|
||||||
|
|
||||||
## Versions
|
## Provisioning
|
||||||
You can choose from which registry you want to pull from. There are 2:
|
You can choose from which registry you want to pull. There are 2 registries:
|
||||||
- https://registry.molgenis.org
|
- https://registry.molgenis.org
|
||||||
- https://hub.docker.com
|
- https://hub.docker.com
|
||||||
|
|
||||||
@ -18,6 +18,11 @@ The three properties you need to specify are:
|
|||||||
- ```molgenis.image.name```
|
- ```molgenis.image.name```
|
||||||
- ```molgenis.image.tag```
|
- ```molgenis.image.tag```
|
||||||
|
|
||||||
|
Besides determining which image you want to pull, you also have to set an administrator password. You can do this by specifying the following property.
|
||||||
|
- ```molgenis.adminPassword```
|
||||||
|
|
||||||
|
If you do not specify a password. You can find a one time password in the MOLGENIS container logging.
|
||||||
|
|
||||||
## Services
|
## Services
|
||||||
When you start MOLGENIS you need:
|
When you start MOLGENIS you need:
|
||||||
- an elasticsearch instance (5.5.6)
|
- an elasticsearch instance (5.5.6)
|
||||||
|
@ -18,14 +18,21 @@ questions:
|
|||||||
- "registry.hub.docker.com"
|
- "registry.hub.docker.com"
|
||||||
- "registry.molgenis.org"
|
- "registry.molgenis.org"
|
||||||
required: true
|
required: true
|
||||||
group: "Version"
|
group: "Provisioning"
|
||||||
- variable: molgenis.image.tag
|
- variable: molgenis.image.tag
|
||||||
label: Version
|
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: "Provisioning"
|
||||||
|
- variable: molgenis.adminPassword
|
||||||
|
label: Administrator password
|
||||||
|
default: ""
|
||||||
|
description: "Enter an administrator password"
|
||||||
|
type: password
|
||||||
|
required: false
|
||||||
|
group: "Provisioning"
|
||||||
- variable: molgenis.services.opencpu.host
|
- variable: molgenis.services.opencpu.host
|
||||||
label: OpenCPU cluster
|
label: OpenCPU cluster
|
||||||
default: "localhost"
|
default: "localhost"
|
||||||
|
@ -21,7 +21,7 @@ molgenis:
|
|||||||
name: molgenis/molgenis-app
|
name: molgenis/molgenis-app
|
||||||
tag: stable
|
tag: stable
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
adminPassword: admin
|
adminPassword:
|
||||||
javaOpts:
|
javaOpts:
|
||||||
maxHeapSpace: "1g"
|
maxHeapSpace: "1g"
|
||||||
resources:
|
resources:
|
||||||
|
Loading…
Reference in New Issue
Block a user