1
0
Fork 0
molgenis-ops-docker-helm/molgenis-opencpu
Fleur Kelpin f6905334e1 Revert "Merge branch 'chore/nodeSelector' of P129679/molgenis-ops-docker-helm into master"
This reverts commit f94e6da6e3, reversing
changes made to b73fd578ea.
2018-09-29 11:29:53 +02:00
..
templates Revert "Merge branch 'chore/nodeSelector' of P129679/molgenis-ops-docker-helm into master" 2018-09-29 11:29:53 +02:00
.helmignore added opencpu stack 2018-09-20 20:42:35 +02:00
Chart.yaml added opencpu stack 2018-09-20 20:42:35 +02:00
README.md added opencpu stack 2018-09-20 20:42:35 +02:00
catalog-molgenis-opencpu.svg added opencpu stack 2018-09-20 20:42:35 +02:00
questions.yml updated production chart and removed preview chart 2018-09-26 16:04:22 +02:00
values.yaml Revert "Merge branch 'chore/nodeSelector' of P129679/molgenis-ops-docker-helm into master" 2018-09-29 11:29:53 +02: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:

  • OpenCPU
  • MOLGENIS-httpd (to proxy the registry and docker to one domain)

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.

  • opencpu.image.repository
  • opencpu.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.