19 lines
373 B
YAML
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
|