--- apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: open-webui-http-redirect namespace: open-webui spec: hostnames: - chat.k8s.syd1.au.unkin.net parentRefs: - group: gateway.networking.k8s.io kind: Gateway name: open-webui sectionName: http rules: - filters: - type: RequestRedirect requestRedirect: scheme: https statusCode: 301 matches: - path: type: PathPrefix value: / --- apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: open-webui namespace: open-webui spec: hostnames: - chat.k8s.syd1.au.unkin.net parentRefs: - group: gateway.networking.k8s.io kind: Gateway name: open-webui sectionName: https rules: - backendRefs: - group: "" kind: Service name: open-webui port: 8080 weight: 1 matches: - path: type: PathPrefix value: /