feat: add HTTPRoute and remove old nginx Ingress for GitOps
This commit is contained in:
24
cluster/applications/open-webui/httproute.yaml
Normal file
24
cluster/applications/open-webui/httproute.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
Reference in New Issue
Block a user