Files
HetznerTerra/infrastructure/addons/flux-ui/networkpolicy-weave-gitops-tailscale.yaml
T
micqdf 76bbe4dfea
Deploy Cluster / Terraform (push) Successful in 36s
Deploy Cluster / Ansible (push) Failing after 25m20s
fix: allow tailnet access to flux ui
2026-05-05 05:14:36 +00:00

20 lines
432 B
YAML

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