2026-01-21 16:03:37 -08:00
|
|
|
# ProxyClass: default
|
2026-01-19 09:49:52 -08:00
|
|
|
#
|
2026-01-21 16:03:37 -08:00
|
|
|
# Specifies fully-qualified image names for Tailscale proxy pods.
|
|
|
|
|
# This ensures consistent behavior across different container runtimes.
|
2026-01-19 09:49:52 -08:00
|
|
|
#
|
2026-03-15 17:44:35 -07:00
|
|
|
# Version must match targetRevision in argocd/apps/tailscale-operator-base.yaml.
|
|
|
|
|
#
|
2026-01-19 09:49:52 -08:00
|
|
|
# Usage:
|
|
|
|
|
# Add this annotation to any Tailscale Service or Ingress:
|
2026-01-21 16:03:37 -08:00
|
|
|
# tailscale.com/proxy-class: "default"
|
2026-01-19 09:49:52 -08:00
|
|
|
#
|
|
|
|
|
# This tells the operator to use the fully-qualified image names defined below
|
|
|
|
|
# when creating the proxy pod for that resource.
|
|
|
|
|
---
|
|
|
|
|
apiVersion: tailscale.com/v1alpha1
|
|
|
|
|
kind: ProxyClass
|
|
|
|
|
metadata:
|
2026-01-21 16:03:37 -08:00
|
|
|
name: default
|
2026-01-19 09:49:52 -08:00
|
|
|
spec:
|
|
|
|
|
statefulSet:
|
|
|
|
|
pod:
|
|
|
|
|
tailscaleContainer:
|
2026-03-22 19:41:40 -07:00
|
|
|
image: docker.io/tailscale/tailscale:v1.94.2
|
2026-04-17 16:39:52 -07:00
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
cpu: 100m
|
|
|
|
|
memory: 128Mi
|
2026-01-19 09:49:52 -08:00
|
|
|
tailscaleInitContainer:
|
2026-03-22 19:41:40 -07:00
|
|
|
image: docker.io/tailscale/tailscale:v1.94.2
|