Romain d6fe4ca9d6 HUE-8888 [docs] Fix a series of broken links 6 rokov pred
..
templates 33c87c4e13 HUE-8888 [k8] Website ingress should not conflict with hue ingress 6 rokov pred
.helmignore 66a3cc1372 HUE-9030 [k8s] Preparing helm chart for the website 6 rokov pred
Chart.yaml 66a3cc1372 HUE-9030 [k8s] Preparing helm chart for the website 6 rokov pred
README.md f03bce6ccd HUE-9030 [k8s] v1 of helm chart for the website 6 rokov pred
values.yaml d6fe4ca9d6 HUE-8888 [docs] Fix a series of broken links 6 rokov pred

README.md

Hue Website Chart

This is an Helm chart to easily manage the Hue websites, gethue, docs, cdn, forum.

Install

cd tools/kubernetes/helm/website

View the configuration values.yaml, edit if needed and run:

helm install website -n website --namespace hue

values.yaml contains the most important parameters in the hue section with for example which database to use. The ini section let you add any extra regular parameter.

Then follow-up the instructions printed on the screen for getting the URL to connect to the sites.

Uninstall

helm delete website --purge --namespace hue