From 85a8cfe47d37e18329286125da8b56cdf10bcf8d Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 26 May 2026 23:26:01 +1000 Subject: [PATCH] fix(open-webui): use traefik-internal gateway for chat hostname --- apps/base/open-webui/gateway.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base/open-webui/gateway.yaml b/apps/base/open-webui/gateway.yaml index 99cb2c9..eeb7b00 100644 --- a/apps/base/open-webui/gateway.yaml +++ b/apps/base/open-webui/gateway.yaml @@ -3,17 +3,17 @@ apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: labels: - traefik.io/instance: external + traefik.io/instance: internal annotations: cert-manager.io/cluster-issuer: vault-issuer cert-manager.io/common-name: chat.k8s.syd1.au.unkin.net cert-manager.io/private-key-size: "4096" external-dns.alpha.kubernetes.io/hostname: chat.k8s.syd1.au.unkin.net - external-dns.alpha.kubernetes.io/target: 198.18.200.0 + external-dns.alpha.kubernetes.io/target: 198.18.200.4 name: open-webui namespace: open-webui spec: - gatewayClassName: traefik-external + gatewayClassName: traefik-internal listeners: - allowedRoutes: namespaces: