feat: migrate tailscale to k8s

This commit is contained in:
cătălin 2026-07-27 14:16:21 +02:00
commit eef08fc034
No known key found for this signature in database
5 changed files with 50 additions and 23 deletions

View file

@ -0,0 +1,36 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tailscale
namespace: argocd
spec:
destination:
name: ''
namespace: apps-fuku
server: https://kubernetes.default.svc
project: fuku
syncPolicy:
automated: {}
sources:
- chart: tailscale
repoURL: https://harish2k01.github.io/helm-charts/
targetRevision: 0.1.2
helm:
valuesObject:
service:
enabled: true
persistence:
enabled: true
mountPath: /var/lib/tailscale
accessModes:
- ReadWriteMany
size: 1Gi
storageClassName: "truenas-nfs-csi"
tailscale:
hostname: exit-node
advertiseExitNode: true
routes:
- 192.168.1.0/24
authKey:
existingSecret: tailscale-auth