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