File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
helm-chart/binderhub/templates Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 11{{- if .Values.ingress.enabled -}}
2- {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" }}
32apiVersion : networking.k8s.io/v1
4- {{- else }}
5- apiVersion : networking.k8s.io/v1beta1
6- {{- end }}
73kind : Ingress
84metadata :
95 name : binderhub
@@ -25,18 +21,12 @@ spec:
2521 - http :
2622 paths :
2723 - path : /{{ $.Values.ingress.pathSuffix }}
28- {{- if $.Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" }}
2924 pathType : {{ $.Values.ingress.pathType }}
3025 backend :
3126 service :
3227 name : binder
3328 port :
3429 number : 80
35- {{- else }}
36- backend :
37- serviceName : binder
38- servicePort : 80
39- {{- end }}
4030 {{- with $host }}
4131 host : {{ . | quote }}
4232 {{- end }}
You can’t perform that action at this time.
0 commit comments