feat: deploy Tailscale Operator for tailnet management #24

Closed
gitea-admin wants to merge 16 commits from orion/auto/feat-deploy-tailscale-operator-for-tailn-1778807220856 into main
Showing only changes of commit 91b3ec7be4 - Show all commits
-18
View File
@@ -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