thirdparty-ops-docker-helm/charts/molgenis-website
sido a419edbe84 chore(docs): updated description and docs 2018-11-29 20:36:17 +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 chore(docs): updated description and docs 2018-11-29 20:36:17 +01:00
README.md chore(docs): updated description and docs 2018-11-29 20:36:17 +01:00
catalogIcon-molgenis-website.png fix(icon): fixed typo 2018-11-28 21:31:59 +01:00
questions.yml chore(questions.yaml): set default value for version 2018-11-28 21:55:54 +01:00
values.yaml fix(service): updated servicename with release name 2018-11-26 19:42:10 +01:00

README.md

MOLGENIS - Website Helm Chart

Website Helm chart to deploy the molgenis.org website.

Containers

This chart will deploy the following containers:

  • NGINX

Provisioning

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
  • 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.