Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.07 KB

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.