Skip to content

Commit 77068d5

Browse files
committed
feat: Add HTTPRoute support for Gateway API
1 parent 7fbdc29 commit 77068d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/kafka-ui/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{- end }}
88
{{- else if .Values.httproute.enabled }}
99
{{- range $host := .Values.httproute.hostnames }}
10-
{{ $.Values.httproute.scheme | default "http" }}://{{ tpl $host $ }}{{ $.Values.httproute.path }}
10+
{{ $.Values.httproute.scheme | default "http" }}://{{ $host }}{{ $.Values.httproute.path }}
1111
{{- end }}
1212
{{- else if contains "NodePort" .Values.service.type }}
1313
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "kafka-ui.fullname" . }})

0 commit comments

Comments
 (0)