Romain 6bb5432308 HUE-8744 [k8s] Refactoring of the heml chart to offer any ini properties 6 years ago
..
templates 6bb5432308 HUE-8744 [k8s] Refactoring of the heml chart to offer any ini properties 6 years ago
.helmignore dcca94e573 HUE-8724 [k8s] Provide how to run Hue server in Kubernetes 6 years ago
Chart.yaml 403191c8d5 HUE-8744 [kubernetes] Add basic Hue YAML configuration 6 years ago
README.md 6bb5432308 HUE-8744 [k8s] Refactoring of the heml chart to offer any ini properties 6 years ago
values.yaml 6bb5432308 HUE-8744 [k8s] Refactoring of the heml chart to offer any ini properties 6 years ago

README.md

Hue Chart

This is an Helm chart to easily start a Hue service.

Install

cd tools/kubernetes/helm/hue

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

helm install hue -n 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 Hue.

By default you should see these running containers:

kubectl get pods
NAME                                          READY   STATUS    RESTARTS   AGE
hue-4n2ck                                     1/1       Running   0          3h
hue-postgres-5jg77                            1/1       Running   0          12d

Uninstall

helm delete hue --purge