File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
deploy/complete/helm-chart/setup Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -134,24 +134,28 @@ jenkins:
134134 # enable ingress only if the ingress-controller `nginx-ingress` is enabled.
135135 enabled : true
136136 apiVersion : networking.k8s.io/v1
137- # apiVersion: "networking.k8s.io/v1beta1"
137+ metadata :
138+ annotations :
139+ kubernetes.io/ingress.class : nginx
140+ nginx.ingress.kubernetes.io/rewrite-target : /$2
138141 labels : {}
139142 spec :
140- ingressClassName : nginx
141143 rules :
142144 - http :
143145 paths :
144- - path : /jenkins
146+ - path : /jenkins(/|$)(.*)
145147 pathType : Prefix
146148 backend :
147- serviceName : >-
148- {{ template "jenkins.fullname" . }}
149- servicePort : 8080
149+ service :
150+ name : mushop-setup-jenkins
151+ port :
152+ number : 8080
150153 installPlugins :
151154 - kubernetes:3900.va_dce992317b_4
152155 - workflow-aggregator:596.v8c21c963d92d
153156 - git:5.0.1
154157 - configuration-as-code:1625.v27444588cc3d
155158 - blueocean:1.27.3
156159 - credentials-binding:604.vb_64480b_c56ca_
157- - workflow-job:1292.v27d8cc3e2602
160+ - workflow-job:1292.v27d8cc3e2602
161+
You can’t perform that action at this time.
0 commit comments