Add tailscale

This commit is contained in:
Ian Keane 2026-08-19 13:45:22 -04:00
parent a971a50fbe
commit ee767edb95
4 changed files with 65 additions and 0 deletions

View file

@ -0,0 +1,30 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tailscale
namespace: argocd
spec:
project: default
sources:
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
ref: values
- repoURL: https://pkgs.tailscale.com/helmcharts
chart: tailscale-operator
targetRevision: "*"
helm:
valueFiles:
- $values/charts/tailscale/values.yaml
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
path: charts/tailscale
destination:
server: https://kubernetes.default.svc
namespace: tailscale
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true