forked from molgenis/thirdparty-ops-docker-helm
Compare commits
3 Commits
0ec9a9f510
...
master
Author | SHA1 | Date | |
---|---|---|---|
a419edbe84 | |||
b0301449bc | |||
9ac657e80c |
@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: "1.0"
|
||||
description: MOLGENIS Helm chart for OpenCPU
|
||||
description: MOLGENIS Helm chart for the website
|
||||
name: molgenis-website
|
||||
version: 0.3.1
|
||||
version: 0.3.3
|
||||
sources:
|
||||
- https://git.webhosting.rug.nl/molgenis/thirdparty-ops-docker-helm.git
|
||||
icon: https://git.webhosting.rug.nl/molgenis/thirdparty-ops-docker-helm/raw/master/charts/molgenis-website/catalogIcon-molgenis-website.png
|
||||
|
@ -1,6 +1,6 @@
|
||||
# MOLGENIS - OpenCPU Helm Chart
|
||||
# MOLGENIS - Website Helm Chart
|
||||
|
||||
NEXUS repository for kubernetes to deploy on a kubernetes cluster with NFS-share
|
||||
Website Helm chart to deploy the molgenis.org website.
|
||||
|
||||
## Containers
|
||||
|
||||
@ -9,7 +9,7 @@ This chart will deploy the following containers:
|
||||
- NGINX
|
||||
|
||||
## Provisioning
|
||||
You can choose for the OpenCPU image from which repository you want to pull. Experimental builds are pushed to registry.molgenis.org and the stable builds to hub.docker.com.
|
||||
You can choose which version of the NGINX image you want to deploy. Each merge with the master results in a tagged image with the build-number.
|
||||
You need to fill out 2 properties to determine which repository you are going to use.
|
||||
|
||||
- ```site.image.repository```
|
||||
|
@ -11,7 +11,7 @@ questions:
|
||||
group: "Loadbalancing"
|
||||
- variable: image.image.tag
|
||||
label: Version
|
||||
default: ""
|
||||
default: "latest"
|
||||
description: "Select a MOLGENIS website version (check the registry.molgenis.org for released tags)"
|
||||
type: string
|
||||
required: true
|
||||
|
Reference in New Issue
Block a user