You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{- if and .Values.httpRoute.rules (first .Values.httpRoute.rules).matches (first (first .Values.httpRoute.rules).matches).path.value }}
9
+
echo "Visit http://$APP_HOSTNAME{{ (first (first .Values.httpRoute.rules).matches).path.value }} to use your application"
10
+
11
+
NOTE: Your HTTPRoute depends on the listener configuration of your gateway and your HTTPRoute rules.
12
+
The rules can be set for path, method, header and query parameters.
13
+
You can check the gateway configuration with 'kubectl get --namespace {{(first .Values.httpRoute.parentRefs).namespace | default .Release.Namespace }} gateway/{{ (first .Values.httpRoute.parentRefs).name }} -o yaml'
14
+
{{- end }}
15
+
{{- else if .Values.ingress.enabled }}
3
16
{{- range $host := .Values.ingress.hosts }}
4
17
{{- range .paths }}
5
18
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
0 commit comments