From f51b66408b07be83093373f491a649a66af1c408 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 3 May 2026 13:15:28 +0200 Subject: [PATCH] fix: LoadBalancer for tailscale --- clusters/homelab/apps/openclaw/tailscale-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/homelab/apps/openclaw/tailscale-service.yaml b/clusters/homelab/apps/openclaw/tailscale-service.yaml index 6c6f2b5..d60e1ba 100644 --- a/clusters/homelab/apps/openclaw/tailscale-service.yaml +++ b/clusters/homelab/apps/openclaw/tailscale-service.yaml @@ -12,4 +12,4 @@ spec: ports: - port: 18789 targetPort: 18789 - type: ClusterIP + type: LoadBalancer