Romain Rigaux 84a7635b50 [k8s] Update helm list to work with helm 3 5 tahun lalu
..
templates 84a7635b50 [k8s] Update helm list to work with helm 3 5 tahun lalu
.helmignore 66a3cc1372 HUE-9030 [k8s] Preparing helm chart for the website 6 tahun lalu
Chart.yaml 66a3cc1372 HUE-9030 [k8s] Preparing helm chart for the website 6 tahun lalu
README.md 1522399d76 HUE-8888 [docs] Refresh the website install instructions 5 tahun lalu
values.yaml 1522399d76 HUE-8888 [docs] Refresh the website install instructions 5 tahun lalu

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 website --namespace gethue

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.

kubectl get pods -ngethue
NAME                         READY   STATUS    RESTARTS   AGE
docs-5d6485d457-l6j95        1/1     Running   0          67s
website-5c6fbf8f4b-glh9v     1/1     Running   0          67s
website-jp-964f9cc57-2x68f   1/1     Running   0          67s

Uninstall

helm delete website --purge --namespace gethue

Domain name

See the NGINX section in the Hue chart README.