From 91b3ec7be4481033c90cfb35115f951cb61dc61d Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Fri, 15 May 2026 02:01:09 +0000 Subject: [PATCH] chore: remove files from wrong root tailscale/ dir --- tailscale/service.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tailscale/service.yaml diff --git a/tailscale/service.yaml b/tailscale/service.yaml deleted file mode 100644 index d31be8f..0000000 --- a/tailscale/service.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: tailscale-operator - namespace: tailscale - labels: - app.kubernetes.io/name: tailscale - app.kubernetes.io/component: operator -spec: - type: ClusterIP - ports: - - name: metrics - port: 8080 - targetPort: 8080 - protocol: TCP - selector: - app.kubernetes.io/name: tailscale - app.kubernetes.io/component: operator