restructure: move tailscale into namespace folder #63

Merged
gitea-admin merged 12 commits from orion/auto/restructure-move-tailscale-into-namespac-1779056949375 into main 2026-05-17 22:29:23 +00:00
Showing only changes of commit ebce53f998 - Show all commits
@@ -0,0 +1,31 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: tailscale-operator
namespace: tailscale
labels:
app: tailscale-operator
spec:
replicas: 1
selector:
matchLabels:
app: tailscale-operator
template:
metadata:
labels:
app: tailscale-operator
spec:
serviceAccountName: tailscale-operator
containers:
- name: operator
image: ghcr.io/tailscale/operator:v1.70.0
env:
- name: DEPLOY_TYPE
value: k8s
volumeMounts:
- name: config
mountPath: /config
volumes:
- name: config
secret:
secretName: tailscale-operator-config