Official Helm chart for Kubernetes deployment
Is there any plan to make the project officially available for k8s / create a Helm chart for it?
I am currently using a chart I wrote myself, which allows me to run the whole thing on k8s with ArgoCD/Helm. So far, it has been running without any problems.
Originally requested by ruthlessbeat200 in Discord #ideas.
4 Comments
@user I tried to prepare the chart for PatchMon 1.4.0. Is anything missing here (from 1.3.7 -> 1.4.0)?
[https][:]//github[.]com/RuTHlessBEat200/PatchMon-helm/pull/1/files
I haven't gone through all the MRs. BTW, the docker-compose.yml in the main repo should also be updated.
Hi @user
I improved my chart and posted it on GitHub. RuTHlessBEat200/PatchMon-helm (can't post a link, but it makes sense for security reasons).
Take a look when you have time and test the deployment. It works for me.
Specs
- Talos version: 1.11.5
- k8s version: 1.34.2
- StorageClass type: RWO
If that looks good to you, you can create a repo in the PatchMon project (or I can create a pull request for it in the main repo under /helm).
You have to decide where the Helm Chart should be (own repo or embedded in the main one).
Then you can create an account for me in the knowledge base so that I can transfer the readme.
·8 months agoHey @user
If you feel your helm chart for K8 is fine, then we can publish it on the official PatchMon repository and I can create you an account on our Knowledgebase in order to help create documentation for it?
Great work by the way. A few others have mentioned this before but i've never really looked into it myself.
What do you think 🙂
Hey
I will have a look shortly. At the moment i'm building on this in our repo for 1.4.0 :
https://github.com/PatchMon/PatchMon/tree/1-4-0
So we need to see if this branch will still work with the hard work you've put in