From bac231097ea4fc2314304ad55e1217d757c31bf7 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 6 May 2026 18:05:02 +0000 Subject: [PATCH] fix(open-webui): add tailscale.com/https-only: false Tailscale defaults to HTTPS (443) but Open WebUI only serves HTTP (8080). - Add tailscale.com/https-only: "false" annotation - Now hermes-webui.tail14a963.ts.net:8080 works without SSL errors Fixes ERR_SSL_PROTOCOL_ERROR --- apps/base/customer1/hermes-agent/open-webui-service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/customer1/hermes-agent/open-webui-service.yaml b/apps/base/customer1/hermes-agent/open-webui-service.yaml index b73df43..ddbedb5 100644 --- a/apps/base/customer1/hermes-agent/open-webui-service.yaml +++ b/apps/base/customer1/hermes-agent/open-webui-service.yaml @@ -8,6 +8,7 @@ metadata: tailscale.com/expose: "true" tailscale.com/hostname: "hermes-webui" tailscale.com/tags: "tag:k8s-operator" + tailscale.com/https-only: "false" spec: type: ClusterIP selector: