From 17fd27b3830f5225ee30f2a31d4f16a4d62e087a Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 12 Jun 2025 15:49:06 +0100 Subject: [PATCH] Make openwebui available externally Signed-off-by: Marcus Noble --- manifests/auth-proxy/non-auth-ingress.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/manifests/auth-proxy/non-auth-ingress.yaml b/manifests/auth-proxy/non-auth-ingress.yaml index 1a3468e..2e5e5b4 100644 --- a/manifests/auth-proxy/non-auth-ingress.yaml +++ b/manifests/auth-proxy/non-auth-ingress.yaml @@ -13,6 +13,7 @@ spec: - hello-world.cluster.fun - ombi.cluster.fun - bsky-feeds.cluster.fun + - ai.cluster.fun secretName: non-auth-proxy-ingress rules: - host: hello-world.cluster.fun @@ -45,3 +46,13 @@ spec: name: tailscale-proxy port: name: non-auth + - host: ai.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: tailscale-proxy + port: + name: non-auth