fix: allow tailnet access to flux ui
Deploy Cluster / Terraform (push) Successful in 36s
Deploy Cluster / Ansible (push) Failing after 25m20s

This commit is contained in:
2026-05-05 05:14:36 +00:00
parent 2f54c99203
commit 76bbe4dfea
2 changed files with 20 additions and 0 deletions
@@ -3,4 +3,5 @@ kind: Kustomization
resources:
- ocirepository-weave-gitops.yaml
- helmrelease-weave-gitops.yaml
- networkpolicy-weave-gitops-tailscale.yaml
- weave-gitops-tailscale-service.yaml
@@ -0,0 +1,19 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: weave-gitops-tailscale-ingress
namespace: flux-system
spec:
podSelector:
matchLabels:
app.kubernetes.io/name: weave-gitops
policyTypes:
- Ingress
ingress:
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: tailscale-system
ports:
- protocol: TCP
port: 9001