Skip to content

Commit

Permalink
updates the jenkins chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedmansour5 committed May 18, 2023
1 parent 47cbabe commit 18d2331
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions deploy/complete/helm-chart/setup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,24 +134,28 @@ jenkins:
# enable ingress only if the ingress-controller `nginx-ingress` is enabled.
enabled: true
apiVersion: networking.k8s.io/v1
#apiVersion: "networking.k8s.io/v1beta1"
metadata:
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /$2
labels: {}
spec:
ingressClassName: nginx
rules:
- http:
paths:
- path: /jenkins
- path: /jenkins(/|$)(.*)
pathType: Prefix
backend:
serviceName: >-
{{ template "jenkins.fullname" . }}
servicePort: 8080
service:
name: mushop-setup-jenkins
port:
number: 8080
installPlugins:
- kubernetes:3900.va_dce992317b_4
- workflow-aggregator:596.v8c21c963d92d
- git:5.0.1
- configuration-as-code:1625.v27444588cc3d
- blueocean:1.27.3
- credentials-binding:604.vb_64480b_c56ca_
- workflow-job:1292.v27d8cc3e2602
- workflow-job:1292.v27d8cc3e2602

0 comments on commit 18d2331

Please sign in to comment.