Files
HetznerTerra/infrastructure/addons/flux-ui/weave-gitops-tailscale-service.yaml
T
micqdf b62afcdf97
Deploy Cluster / Terraform (push) Waiting to run
Deploy Cluster / Ansible (push) Blocked by required conditions
feat: add private flux ui
2026-05-05 04:58:33 +00:00

20 lines
426 B
YAML

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