Files
HetznerTerra/infrastructure/addons/rancher/service-rancher-tailscale.yaml

19 lines
373 B
YAML
Raw Normal View History

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