Skip to content

This repository contains helm chart to deploy Jenkins on Kubernetes

License

Notifications You must be signed in to change notification settings

TuneableSloth/helm-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Jenkins in Kubernetes using Helm

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.

Refererence:

Usage

Clone the repository and navigate to the jenkinschart folder.

$ cd jenkinschart/

Deploy the Jenkins Helm Chart

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.

License

Apache 2.0 © Parag Bawane

About

This repository contains helm chart to deploy Jenkins on Kubernetes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published