-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: basic helm chart #408
Conversation
Thanks for this ! Indeed we have some k8s manifests that we are using internally, but haven't had the time to clean them up for publishing yet. Give me some time and I will review this ;) |
Thanks :) |
Apart from the typo namager --> manager, it looks fine to me. |
Hi @ocervell , I have change my error |
I've tested it on Minikube and it's working great ! Thank you so much for contributing to I'm going to merge this soon. Here are potential improvements that could be made in the future:
Cheers !! |
Hi, Thanks 😀 don't worry, I'll be able to make changes when I have time 😁 |
🤖 I have created a release *beep* *boop* --- ## [0.6.0](v0.5.2...v0.6.0) (2024-07-25) ### Features * add duplicate finder to mongodb hooks ([#409](#409)) ([fb0e11c](fb0e11c)) * basic helm chart ([#408](#408)) ([6b2f84f](6b2f84f)) ### Bug Fixes * Dockerfile broken apt install ([#407](#407)) ([c023279](c023279)) * **tasks:** duplicate meta opt entry ([#401](#401)) ([ae56aa6](ae56aa6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Hi,
I have write a simple Helm Chart for Kubernetes integration because i couldn't find the deployment procedure in the documentation.
https://docs.freelabz.com/in-depth/deployment#kubernetes
It works for closed clusters (no port opening in the cluster). You therefore need to start a shell in the “secator-manager” pod.
I'm available on Twitter/X (@lildoudou_) for improvements :)