This repository has a helm
chart for setting up a simple Jenkins master for running in Kubernetes.
It also contains a custom docker file to build Jenkins image with a Docker-in-Docker kind of setup.
Clone the repository and navigate to the jenkinschart folder.
$ cd jenkinschart/
Prerequisite:
- Helm installation on local machine.
- Either minikube or any other cluster configured.
$ helm upgrade --install jenkins -n jenkins ./helm
Refer here for Helm usage.
The folder also contains a values.yaml which you can configure as per your requirement.
Apache 2.0 © Parag Bawane