Files
HetznerTerra/infrastructure/addons/rancher/service-rancher-tailscale.yaml
MichaelFisher1997 60ceac4624
Some checks failed
Deploy Cluster / Ansible (push) Has been cancelled
Deploy Cluster / Terraform (push) Has been cancelled
Fix Rancher access: add kubectl port-forward + tailscale serve setup
2026-03-24 20:01:57 +00:00

19 lines
373 B
YAML

apiVersion: v1
kind: Service
metadata:
name: rancher-tailscale
namespace: cattle-system
annotations:
tailscale.com/hostname: k8s-cluster-cp-1-rancher
tailscale.com/proxy-class: infra-stable
spec:
type: LoadBalancer
loadBalancerClass: tailscale
selector:
app: rancher
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80