mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-07 21:26:41 +02:00
12 lines
208 B
YAML
12 lines
208 B
YAML
apiVersion: tailscale.com/v1alpha1
|
|
kind: ProxyClass
|
|
metadata:
|
|
name: prod
|
|
spec:
|
|
statefulSet:
|
|
pod:
|
|
nodeSelector:
|
|
beta.kubernetes.io/os: "linux"
|
|
imagePullSecrets:
|
|
- name: "foo"
|