mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 11:35:35 +00:00
16 lines
290 B
YAML
16 lines
290 B
YAML
|
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"
|