Romain 10e629bf6f HUE-8744 [k8s] Split objects into individual yaml files 6 years ago
..
templates 10e629bf6f HUE-8744 [k8s] Split objects into individual yaml files 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 ca84b660a2 HUE-8744 [k8s] Big clean-up and restructure of the config files 6 years ago
values.yaml ca84b660a2 HUE-8744 [k8s] Big clean-up and restructure of the config files 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 hue/values.yaml, edit if needed and run:

helm install hue -n hue

And follow-up the instructions printed on the screen for conneting 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

Un-install

helm delete hue --purge