Files
HetznerTerra/infrastructure/addons/tailscale-operator/helmrelease-tailscale-operator.yaml
MichaelFisher1997 bed8e4afc8
All checks were successful
Deploy Cluster / Terraform (push) Successful in 49s
Deploy Cluster / Ansible (push) Successful in 4m6s
feat: migrate core addons toward flux
2026-03-11 17:43:35 +00:00

40 lines
880 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: tailscale-operator
namespace: flux-system
spec:
interval: 10m
targetNamespace: tailscale-system
chart:
spec:
chart: tailscale-operator
version: 1.95.91
sourceRef:
kind: HelmRepository
name: tailscale
namespace: flux-system
install:
createNamespace: true
remediation:
retries: 3
upgrade:
remediation:
retries: 3
values:
installCRDs: true
apiServerProxyConfig:
mode: "true"
operatorConfig:
defaultTags:
- tag:k8s
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