From 4a35cfb5498c6dbd049936ba7e7fcd58713e8392 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Tue, 24 Mar 2026 23:30:58 +0000 Subject: [PATCH] Fix Rancher: use correct targetPort 444 for HTTPS --- .../addons/rancher/service-rancher-tailscale.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/addons/rancher/service-rancher-tailscale.yaml b/infrastructure/addons/rancher/service-rancher-tailscale.yaml index eb4e937..cea0675 100644 --- a/infrastructure/addons/rancher/service-rancher-tailscale.yaml +++ b/infrastructure/addons/rancher/service-rancher-tailscale.yaml @@ -12,7 +12,7 @@ spec: selector: app: cattle-system-rancher ports: - - name: http - port: 80 + - name: https + port: 443 protocol: TCP - targetPort: 80 + targetPort: 444