From 0887ef3bb0e1d2f304a10125ddfecf8095b65150 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 3 May 2026 13:26:25 +0200 Subject: [PATCH] feat: add tailscale proxygroup --- .../homelab/infrastructure/tailscale/kustomization.yaml | 1 + clusters/homelab/infrastructure/tailscale/proxygroup.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 clusters/homelab/infrastructure/tailscale/proxygroup.yaml diff --git a/clusters/homelab/infrastructure/tailscale/kustomization.yaml b/clusters/homelab/infrastructure/tailscale/kustomization.yaml index e0a4fbf..10b9fbd 100644 --- a/clusters/homelab/infrastructure/tailscale/kustomization.yaml +++ b/clusters/homelab/infrastructure/tailscale/kustomization.yaml @@ -5,3 +5,4 @@ resources: - helmrepository.yaml - helmrelease.yaml - secret.sops.yaml + - proxygroup.yaml diff --git a/clusters/homelab/infrastructure/tailscale/proxygroup.yaml b/clusters/homelab/infrastructure/tailscale/proxygroup.yaml new file mode 100644 index 0000000..9aa4526 --- /dev/null +++ b/clusters/homelab/infrastructure/tailscale/proxygroup.yaml @@ -0,0 +1,8 @@ +apiVersion: tailscale.com/v1alpha1 +kind: ProxyGroup +metadata: + name: operator + namespace: tailscale +spec: + type: egress + replicas: 1