25 lines
490 B
YAML
25 lines
490 B
YAML
apiVersion: relatively.gateway.api/v1beta1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: open-webui
|
|
namespace: open-webui
|
|
labels:
|
|
app.kubernetes.io/name: open-webui
|
|
app.kubernetes.io/part-of: open-webui
|
|
spec:
|
|
parentRefs:
|
|
- name: fastpass-gateway
|
|
namespace: gateway
|
|
sectionName: https
|
|
hostnames:
|
|
- body-wars.local.mk-labs.cloud
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
filters: []
|
|
backendRefs:
|
|
- name: open-webui
|
|
port: 80
|