fix: Remove tls:external from Rancher HelmRelease
Some checks failed
Deploy Cluster / Terraform (push) Failing after 55s
Deploy Cluster / Ansible (push) Has been skipped

With Tailscale LoadBalancer, TLS is not actually terminated at the edge.
The Tailscale proxy does TCP passthrough, so Rancher must serve its own
TLS certs. Setting tls: external caused Rancher to listen HTTP-only,
which broke HTTPS access through Tailscale.
This commit is contained in:
2026-03-29 22:19:23 +00:00
parent f2c506b350
commit 48870433bf

View File

@@ -23,7 +23,6 @@ spec:
retries: 3
values:
hostname: rancher.silverside-gopher.ts.net
tls: external
replicas: 1
extraEnv:
- name: CATTLE_PROMETHEUS_METRICS