mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-07 21:26:41 +02:00
17 lines
306 B
YAML
17 lines
306 B
YAML
apiVersion: tailscale.com/v1alpha1
|
|
kind: ProxyClass
|
|
metadata:
|
|
name: prod
|
|
spec:
|
|
statefulSet:
|
|
replicas: 2
|
|
annotations:
|
|
platform-component: infra
|
|
pod:
|
|
labels:
|
|
team: eng
|
|
nodeSelector:
|
|
beta.kubernetes.io/os: "linux"
|
|
imagePullSecrets:
|
|
- name: "foo"
|