Hi@akhtar,
You need to install the helm chart for Jenkins. You can find lots of charts in the helm hub. You can use the below-given command to configure Jenkins using helm.
$ kubectl create namespace helm
$ helm install --name my-release stable/jenkins --namespace helm
$ kubectl --namespace helm port-forward $POD_NAME 8080:8080
This will create a Jenkins environment for you.