From 462eebad61e56ad733711e7aa211dc7d86121068 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sat, 9 May 2026 17:30:12 +0000 Subject: [PATCH] feat: add Tailscale operator and DaemonSet --- tailscale/pvc.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tailscale/pvc.yaml diff --git a/tailscale/pvc.yaml b/tailscale/pvc.yaml new file mode 100644 index 0000000..d931fe0 --- /dev/null +++ b/tailscale/pvc.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: tailscale + namespace: tailscale +spec: + accessModes: + - ReadWriteOnce + storageClassName: longhorn + resources: + requests: + storage: 1Gi