From baef37523f6679f9fc0a1d183107a7b5c67f5346 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sun, 17 May 2026 22:19:07 +0000 Subject: [PATCH] Delete directory 'tailscale' --- tailscale/deployment.yaml | 43 -------------------- tailscale/operator/deployment.yaml | 42 ------------------- tailscale/tailscale-operator/deployment.yaml | 42 ------------------- 3 files changed, 127 deletions(-) delete mode 100644 tailscale/deployment.yaml delete mode 100644 tailscale/operator/deployment.yaml delete mode 100644 tailscale/tailscale-operator/deployment.yaml diff --git a/tailscale/deployment.yaml b/tailscale/deployment.yaml deleted file mode 100644 index b04f83d..0000000 --- a/tailscale/deployment.yaml +++ /dev/null @@ -1,43 +0,0 @@ -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/k8s-operator:v1.78.3 - env: - - name: POD_NAME - valueFrom: - fieldRef: - fieldPath: metadata.name - - name: POD_NAMESPACE - valueFrom: - fieldRef: - fieldPath: metadata.namespace - - name: CLIENT_ID_FILE - value: /etc/tailscale/operator/client-id - - name: CLIENT_SECRET_FILE - value: /etc/tailscale/operator/client-secret - volumeMounts: - - name: operator-secret - mountPath: /etc/tailscale/operator - readOnly: true - resources: {} - volumes: - - name: operator-secret - secret: - secretName: tailscale-operator-secret diff --git a/tailscale/operator/deployment.yaml b/tailscale/operator/deployment.yaml deleted file mode 100644 index ac342eb..0000000 --- a/tailscale/operator/deployment.yaml +++ /dev/null @@ -1,42 +0,0 @@ -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/k8s-operator:v1.78.3 - env: - - name: POD_NAME - valueFrom: - fieldRef: - fieldPath: metadata.name - - name: POD_NAMESPACE - valueFrom: - fieldRef: - fieldPath: metadata.namespace - - name: TS_CLIENT_ID_FILE - value: /etc/tailscale/oauth/client-id - - name: TS_CLIENT_SECRET_FILE - value: /etc/tailscale/oauth/client-secret - volumeMounts: - - name: oauth-secret - mountPath: /etc/tailscale/oauth - readOnly: true - volumes: - - name: oauth-secret - secret: - secretName: tailscale-operator-secret diff --git a/tailscale/tailscale-operator/deployment.yaml b/tailscale/tailscale-operator/deployment.yaml deleted file mode 100644 index ac342eb..0000000 --- a/tailscale/tailscale-operator/deployment.yaml +++ /dev/null @@ -1,42 +0,0 @@ -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/k8s-operator:v1.78.3 - env: - - name: POD_NAME - valueFrom: - fieldRef: - fieldPath: metadata.name - - name: POD_NAMESPACE - valueFrom: - fieldRef: - fieldPath: metadata.namespace - - name: TS_CLIENT_ID_FILE - value: /etc/tailscale/oauth/client-id - - name: TS_CLIENT_SECRET_FILE - value: /etc/tailscale/oauth/client-secret - volumeMounts: - - name: oauth-secret - mountPath: /etc/tailscale/oauth - readOnly: true - volumes: - - name: oauth-secret - secret: - secretName: tailscale-operator-secret