2026-03-31 08:53:28 +00:00
|
|
|
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:
|
2026-04-01 02:08:12 +00:00
|
|
|
app.kubernetes.io/name: weave-gitops
|
|
|
|
|
app.kubernetes.io/instance: flux-system-weave-gitops
|
2026-03-31 08:53:28 +00:00
|
|
|
ports:
|
|
|
|
|
- name: http
|
|
|
|
|
port: 9001
|
|
|
|
|
protocol: TCP
|
2026-03-31 22:54:57 +00:00
|
|
|
targetPort: http
|