summaryrefslogtreecommitdiffhomepage
path: root/cmd/k8s-operator/deploy/examples/proxyclass.yaml
blob: 121465babf06f1d34dc66d5db5b430c867359115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apiVersion: tailscale.com/v1alpha1
kind: ProxyClass
metadata:
  name: prod
spec:
  statefulSet:
    annotations:
      platform-component: infra 
    pod:
      labels:
        team: eng
      nodeSelector:
        beta.kubernetes.io/os: "linux"
      imagePullSecrets:
      - name: "foo"