From f8d61d0f1cb9b96de47baf48aee16f1496eb0687 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sat, 9 May 2026 18:18:58 +0000 Subject: [PATCH] chore: remove broken AI-generated Tailscale manifests --- infra/tailscale/deployment.yaml | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 infra/tailscale/deployment.yaml diff --git a/infra/tailscale/deployment.yaml b/infra/tailscale/deployment.yaml deleted file mode 100644 index b5b4a9a..0000000 --- a/infra/tailscale/deployment.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: tailscale-operator - namespace: tailscale - labels: - app.kubernetes.io/name: tailscale-operator -spec: - replicas: 1 - selector: - matchLabels: - app.kubernetes.io/name: tailscale-operator - template: - metadata: - labels: - app.kubernetes.io/name: tailscale-operator - spec: - serviceAccountName: tailscale-operator - containers: - - name: operator - image: ghcr.io/tailscale/kubernetes-operator:v1.70.1 - env: - - name: TS_AUTH_KEY - valueFrom: - secretKeyRef: - name: tailscale-auth - key: TS_AUTH_KEY - resources: - requests: - cpu: 50m - memory: 64Mi - limits: - cpu: 100m - memory: 128Mi \ No newline at end of file