Romain Rigaux 89589f7710 HUE-8730 [docker] Refactor and organize the image building 6 years ago
..
templates dcca94e573 HUE-8724 [k8s] Provide how to run Hue server in Kubernetes 6 years ago
.helmignore dcca94e573 HUE-8724 [k8s] Provide how to run Hue server in Kubernetes 6 years ago
Chart.yaml dcca94e573 HUE-8724 [k8s] Provide how to run Hue server in Kubernetes 6 years ago
README.md 89589f7710 HUE-8730 [docker] Refactor and organize the image building 6 years ago
values.yaml dcca94e573 HUE-8724 [k8s] Provide how to run Hue server in Kubernetes 6 years ago

README.md

Hue Chart

This is a MVP to get an Helm chart for Hue.

Install

cd tools/kubernetes/helm/hue

If needed, copy values.yaml and edit and run:

helm install hue -f values.yaml

And follow-up the instructions printed on the screen.

E.g. by default it comes with a temporary DB and ingres load balancer:

kubectl get pods
NAME                                          READY   STATUS    RESTARTS   AGE
hue-4n2ck                                     1/1       Running   0          3h
hue-postgres-5jg77                            1/1       Running   0          12d
traefik-ingress-controller-6fbd76695d-nkxnz   1/1       Running   0          12d

Follow-ups

  • Parameterize the Database
  • Productionize DB persistence