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