Romain 72e5733c3a HUE-8740 [editor] Improve Postgres SqlAlchemy integration %!s(int64=6) %!d(string=hai) anos
..
templates 72e5733c3a HUE-8740 [editor] Improve Postgres SqlAlchemy integration %!s(int64=6) %!d(string=hai) anos
.helmignore dcca94e573 HUE-8724 [k8s] Provide how to run Hue server in Kubernetes %!s(int64=6) %!d(string=hai) anos
Chart.yaml 403191c8d5 HUE-8744 [kubernetes] Add basic Hue YAML configuration %!s(int64=6) %!d(string=hai) anos
README.md 93e3e51542 HUE-8744 [k8s] Clean-up bunch of typos in the configs %!s(int64=6) %!d(string=hai) anos
values.yaml dcca94e573 HUE-8724 [k8s] Provide how to run Hue server in Kubernetes %!s(int64=6) %!d(string=hai) anos

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:

cp config.yaml values.yaml
helm install hue -f values.yaml -n hue

And follow-up the instructions printed on the screen.

Not that by default Hue comes with a temporary DB and ingress 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

Un-install

helm delete hue --purge

Follow-ups

  • Parameterize the Database
  • Productionize DB persistence