-
Notifications
You must be signed in to change notification settings - Fork 39
Helm chart #90
doron-cohen
started this conversation in
Ideas
Helm chart
#90
We would love that 🙂
All reactions
Replies: 2 comments 2 replies
I’m not sure I understand what you’re asking for. We already publish Docker images which can easily be run in Kubernetes. What could we put in a shared public helm chart that isn’t super specific to an individual Kubernetes deployment?
All reactions
0 replies
I made a Helm chart with the official Docker image.
$ helm repo add virtualroot https://charts.virtualroot.dev
$ helm install riverui --set databaseURL="postgresql://user:pass@localhost/river" virtualroot/riverui
@doron-cohen I hope it helps with your use case.
All reactions
-
👍 2
2 replies
Thanks for this! @doron-cohen neither Blake or I are Helm users, so would suggest using this one for the time being. If we see more people asking for it, we can formalize and add it to the docs.
All reactions
-
❤️ 1
Great. Thanks @virtualroot!
All reactions
-
❤️ 1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment