apiVersion: v1 kind: Service metadata: name: flux-tailscale namespace: flux-system annotations: tailscale.com/hostname: flux tailscale.com/proxy-class: infra-stable spec: type: LoadBalancer loadBalancerClass: tailscale selector: app.kubernetes.io/name: weave-gitops app.kubernetes.io/instance: flux-system-weave-gitops ports: - name: http port: 9001 protocol: TCP targetPort: http