|
@@ -35,7 +35,7 @@ spec:
|
|
{{- if and ($.Capabilities.APIVersions.Has "networking.k8s.io/v1") $isHigher1p19 -}}
|
|
{{- if and ($.Capabilities.APIVersions.Has "networking.k8s.io/v1") $isHigher1p19 -}}
|
|
{{- range .Values.ingress.precedingPaths }}
|
|
{{- range .Values.ingress.precedingPaths }}
|
|
- path: {{ .path }}
|
|
- path: {{ .path }}
|
|
- pathType: {{ .Values.ingress.pathType }}
|
|
|
|
|
|
+ pathType: {{ .pathType }}
|
|
backend:
|
|
backend:
|
|
service:
|
|
service:
|
|
name: {{ .serviceName }}
|
|
name: {{ .serviceName }}
|
|
@@ -53,7 +53,7 @@ spec:
|
|
{{- end }}
|
|
{{- end }}
|
|
{{- range .Values.ingress.succeedingPaths }}
|
|
{{- range .Values.ingress.succeedingPaths }}
|
|
- path: {{ .path }}
|
|
- path: {{ .path }}
|
|
- pathType: {{ .Values.ingress.pathType }}
|
|
|
|
|
|
+ pathType: {{ .pathType }}
|
|
backend:
|
|
backend:
|
|
service:
|
|
service:
|
|
name: {{ .serviceName }}
|
|
name: {{ .serviceName }}
|