proxyclass.yaml 546 B

1234567891011121314151617181920212223
  1. apiVersion: tailscale.com/v1alpha1
  2. kind: ProxyClass
  3. metadata:
  4. name: prod
  5. spec:
  6. metrics:
  7. enable: true
  8. statefulSet:
  9. annotations:
  10. platform-component: infra
  11. pod:
  12. labels:
  13. team: eng
  14. nodeSelector:
  15. kubernetes.io/os: "linux"
  16. imagePullSecrets:
  17. - name: "foo"
  18. tailscaleContainer:
  19. image: "ghcr.io/tailscale/tailscale:v1.64"
  20. imagePullPolicy: IfNotPresent
  21. tailscaleInitContainer:
  22. image: "ghcr.io/tailscale/tailscale:v1.64"
  23. imagePullPolicy: IfNotPresent