Files
HetznerTerra/infrastructure/addons/rancher/service-rancher-tailscale.yaml
MichaelFisher1997 3d50bfc534
Some checks failed
Deploy Cluster / Terraform (push) Successful in 44s
Deploy Cluster / Ansible (push) Has been cancelled
Fix Rancher service selector: use cattle-system-rancher label
2026-03-24 23:25:36 +00:00

19 lines
387 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: cattle-system-rancher
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80