We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9446d9c commit 86dad04Copy full SHA for 86dad04
charts/kafka-ui/templates/ingress.yaml
@@ -33,7 +33,7 @@ spec:
33
{{- if semverCompare ">=1.22-0" .Capabilities.KubeVersion.GitVersion -}}
34
{{- range .Values.ingress.precedingPaths }}
35
- path: {{ .path }}
36
- pathType: ImplementationSpecific
+ pathType: Prefix
37
backend:
38
service:
39
name: {{ .serviceName }}
@@ -45,12 +45,13 @@ spec:
45
name: {{ $fullName }}
46
port:
47
number: {{ $svcPort }}
48
49
{{- if .Values.ingress.path }}
50
path: {{ .Values.ingress.path }}
51
{{- end }}
52
{{- range .Values.ingress.succeedingPaths }}
53
54
55
56
57
0 commit comments