|
|
6 years ago | |
|---|---|---|
| .. | ||
| templates | 6 years ago | |
| .helmignore | 6 years ago | |
| Chart.yaml | 6 years ago | |
| README.md | 6 years ago | |
| values.yaml | 6 years ago | |
This is an Helm chart to easily start a Hue service.
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
helm delete hue --purge