|
@@ -33,7 +33,7 @@ spec:
|
|
{{- if semverCompare ">=1.22-0" .Capabilities.KubeVersion.GitVersion -}}
|
|
{{- if semverCompare ">=1.22-0" .Capabilities.KubeVersion.GitVersion -}}
|
|
{{- range .Values.ingress.precedingPaths }}
|
|
{{- range .Values.ingress.precedingPaths }}
|
|
- path: {{ .path }}
|
|
- path: {{ .path }}
|
|
- pathType: ImplementationSpecific
|
|
|
|
|
|
+ pathType: Prefix
|
|
backend:
|
|
backend:
|
|
service:
|
|
service:
|
|
name: {{ .serviceName }}
|
|
name: {{ .serviceName }}
|
|
@@ -45,12 +45,13 @@ spec:
|
|
name: {{ $fullName }}
|
|
name: {{ $fullName }}
|
|
port:
|
|
port:
|
|
number: {{ $svcPort }}
|
|
number: {{ $svcPort }}
|
|
|
|
+ pathType: Prefix
|
|
{{- if .Values.ingress.path }}
|
|
{{- if .Values.ingress.path }}
|
|
path: {{ .Values.ingress.path }}
|
|
path: {{ .Values.ingress.path }}
|
|
{{- end }}
|
|
{{- end }}
|
|
{{- range .Values.ingress.succeedingPaths }}
|
|
{{- range .Values.ingress.succeedingPaths }}
|
|
- path: {{ .path }}
|
|
- path: {{ .path }}
|
|
- pathType: ImplementationSpecific
|
|
|
|
|
|
+ pathType: Prefix
|
|
backend:
|
|
backend:
|
|
service:
|
|
service:
|
|
name: {{ .serviceName }}
|
|
name: {{ .serviceName }}
|