feat: add Tailscale operator and DaemonSet #4

Merged
gitea-admin merged 5 commits from orion/auto/feat-add-tailscale-operator-and-daemonse-1778347811370 into main 2026-05-09 17:36:55 +00:00
Showing only changes of commit 462eebad61 - Show all commits
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: tailscale
namespace: tailscale
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 1Gi