2024-02-13 05:27:54 +00:00
|
|
|
apiVersion: tailscale.com/v1alpha1
|
|
|
|
kind: ProxyClass
|
|
|
|
metadata:
|
|
|
|
name: prod
|
|
|
|
spec:
|
2024-04-26 07:25:06 +00:00
|
|
|
metrics:
|
|
|
|
enable: true
|
2024-02-13 05:27:54 +00:00
|
|
|
statefulSet:
|
|
|
|
annotations:
|
2024-04-26 07:25:06 +00:00
|
|
|
platform-component: infra
|
2024-02-13 05:27:54 +00:00
|
|
|
pod:
|
|
|
|
labels:
|
|
|
|
team: eng
|
|
|
|
nodeSelector:
|
2024-04-26 07:25:06 +00:00
|
|
|
kubernetes.io/os: "linux"
|
2024-02-13 05:27:54 +00:00
|
|
|
imagePullSecrets:
|
|
|
|
- name: "foo"
|
2024-06-07 15:18:44 +00:00
|
|
|
tailscaleContainer:
|
|
|
|
image: "ghcr.io/tailscale/tailscale:v1.64"
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
tailscaleInitContainer:
|
|
|
|
image: "ghcr.io/tailscale/tailscale:v1.64"
|
|
|
|
imagePullPolicy: IfNotPresent
|