thirdparty-ops-docker-helm/charts/molgenis-website
sido 88b493b0d5 Merge branch 'master' of https://git.webhosting.rug.nl/molgenis/thirdparty-ops-docker-helm 2018-11-28 21:30:13 +01:00
..
templates fix(service): updated service name and bumped version to 0.2.3 2018-11-26 20:25:56 +01:00
.helmignore fix(dir): moved website to molgenis-website 2018-11-22 21:28:30 +01:00
Chart.yaml Merge branch 'master' of https://git.webhosting.rug.nl/molgenis/thirdparty-ops-docker-helm 2018-11-28 21:30:13 +01:00
README.md fix(dir): moved website to molgenis-website 2018-11-22 21:28:30 +01:00
catatlogIcon-molgenis-website.png feat(icon): added icon and changed source 2018-11-28 21:29:19 +01:00
questions.yml fix(dir): moved website to molgenis-website 2018-11-22 21:28:30 +01:00
values.yaml fix(service): updated servicename with release name 2018-11-26 19:42:10 +01:00

README.md

MOLGENIS - OpenCPU Helm Chart

NEXUS repository for kubernetes to deploy on a kubernetes cluster with NFS-share

Containers

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 need to fill out 2 properties to determine which repository you are going to use.

  • site.image.repository
  • site.image.tag

You can do this in the questions in Rancher or in the values.yaml.

Development

You can test in install the chart by executing:

helm lint .

To test if your helm chart-syntax is right and:

helm install . --dry-run --debug

To test if your hem chart works and:

helm install .

To deploy it on the cluster.