7385c2263e
Add a post-deploy smoke test that validates Tailscale DNS, proxy readiness, reachability, and service responses for Rancher, Grafana, and Prometheus. Move the operator to the stable Helm repo/version and align the baseline docs with the current HA private-only architecture.
40 lines
879 B
YAML
40 lines
879 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.96.5
|
|
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
|