siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
481 stars 26 forks source link

add basic helm chart #152

Open Btijmen opened 4 months ago

Btijmen commented 4 months ago

This PR adds a basic helm chart to deploy Omni in an existing Kubernetes cluster. It does not take care of gpg keys, certificates, etcetera, leaving that to the user's own devices.

TimJones commented 4 months ago

@Btijmen Awesome work, if you can squash all commits down to a single one and rebase from master, I will sign the commit and we can merge! :D

Btijmen commented 4 months ago

@TimJones Nice, should be done like this!

utkuozdemir commented 4 months ago

Do we want to add a PVC for the log storage in this iteration, or ever? @TimJones

TimJones commented 4 months ago

Do we want to add a PVC for the log storage in this iteration, or ever? @TimJones

Not in this iteration, an external etcd is required. We will no doubt add it in the future.

aspekt112 commented 4 months ago

Hi! Thanks for the initiative! When do you plan to merge? Will you create a chart registry?

TimJones commented 4 months ago

@aspekt112 Apologies for the late reply but @utkuozdemir was right and we're missing a PVC for the boltdb storage if we're not supporting external etcd in this first revision.