feat: add HTTPRoute and remove old nginx Ingress for GitOps

This commit is contained in:
Hermes Agent service account
2026-09-01 12:53:10 -05:00
parent 266b6c7be1
commit eed2fcb7c7
2 changed files with 24 additions and 40 deletions

View 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