feat: add private flux ui
Deploy Cluster / Terraform (push) Waiting to run
Deploy Cluster / Ansible (push) Blocked by required conditions

This commit is contained in:
2026-05-05 04:58:33 +00:00
parent 2179122544
commit b62afcdf97
7 changed files with 99 additions and 0 deletions
@@ -0,0 +1,19 @@
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