-
Notifications
You must be signed in to change notification settings - Fork 116
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
Request: Kubernetes objects templates #86
Comments
I'm thinking of this idea, too. |
OK, I can do it actually but later. The Deployment part might look like
|
The basic deployment is just like what you wrote. Something need to be considered like the pvc, service, statefulset( or not). Also the way to map environment and secret as you wrote. |
@thinkernel FYI, I've managed to get Gerrit, Jenkins with DSL declarative pipelines, Sonar integrated and running as pods in Kubernetes cluster with PVCs etc, and the full CI-CD works. I will try to make this solution public as soon as I have time for it.
|
@novitoll I'm so glad to hear that. It'd be even better if you can share your works for others including me to reference. |
@novitoll did you find time to share that ? I was about to do the same from scratch... I can contribute by adding Nexus3 for example ! Or at least rearrange raw scripts & commands. |
Sorry, was busy with work and then vac :) I will probably commit Gerrit deployment to https://github.com/helm/charts/tree/master/stable as well |
@novitoll any updates on this open request? |
Please add the basic YAML templates for Deployment, Service, Secrets, PersistentVolume objects in Kubernetes (>= 1.8.2) for Gerrit.
Also Gerrit + Jenkins + SonarQube integration in k8s will be brilliant. (Helm packaging is optional)
The text was updated successfully, but these errors were encountered: