Added tailscale

Also routes the whole subnet of the cluster over tailscale so it can act
as an entry point to my home network even when not at home.
This commit is contained in:
2025-11-11 04:05:58 +01:00
parent b7bf638475
commit 8adee3cdbe
7 changed files with 24 additions and 1 deletions

7
patches/tailscale.yaml Normal file
View File

@@ -0,0 +1,7 @@
apiVersion: v1alpha1
kind: ExtensionServiceConfig
name: tailscale
environment:
- TS_AUTHKEY={{ config.tailscale.authKey }}
- TS_EXTRA_ARGS=--login-server {{ config.tailscale.loginServer }}
- TS_ROUTES={{ helper.tailscale_subnet(node.gateway, node.netmask) }}