2026-03-11 17:43:35 +00:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
|
|
|
kind: HelmRelease
|
|
|
|
|
metadata:
|
|
|
|
|
name: tailscale-operator
|
|
|
|
|
namespace: flux-system
|
|
|
|
|
spec:
|
|
|
|
|
interval: 10m
|
|
|
|
|
targetNamespace: tailscale-system
|
|
|
|
|
chart:
|
|
|
|
|
spec:
|
2026-04-26 09:17:44 +00:00
|
|
|
chart: ./infrastructure/charts/tailscale-operator
|
2026-03-11 17:43:35 +00:00
|
|
|
sourceRef:
|
2026-04-26 09:17:44 +00:00
|
|
|
kind: GitRepository
|
|
|
|
|
name: platform
|
2026-03-11 17:43:35 +00:00
|
|
|
namespace: flux-system
|
|
|
|
|
install:
|
|
|
|
|
createNamespace: true
|
|
|
|
|
remediation:
|
|
|
|
|
retries: 3
|
|
|
|
|
upgrade:
|
|
|
|
|
remediation:
|
|
|
|
|
retries: 3
|
|
|
|
|
values:
|
|
|
|
|
installCRDs: true
|
|
|
|
|
apiServerProxyConfig:
|
|
|
|
|
mode: "true"
|
|
|
|
|
operatorConfig:
|
|
|
|
|
defaultTags:
|
|
|
|
|
- tag:k8s
|
2026-04-25 20:11:43 +00:00
|
|
|
image:
|
|
|
|
|
repository: ghcr.io/tailscale/k8s-operator
|
|
|
|
|
tag: v1.96.5
|
|
|
|
|
pullPolicy: IfNotPresent
|
2026-03-11 17:43:35 +00:00
|
|
|
nodeSelector:
|
|
|
|
|
kubernetes.io/hostname: k8s-cluster-cp-1
|
|
|
|
|
tolerations:
|
|
|
|
|
- key: node-role.kubernetes.io/control-plane
|
|
|
|
|
operator: Exists
|
|
|
|
|
effect: NoSchedule
|
|
|
|
|
proxyConfig:
|
|
|
|
|
defaultTags: tag:k8s
|
|
|
|
|
defaultProxyClass: infra-stable
|
2026-04-25 20:11:43 +00:00
|
|
|
image:
|
|
|
|
|
repository: ghcr.io/tailscale/tailscale
|
|
|
|
|
tag: v1.96.5
|