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.
9 lines
180 B
YAML
9 lines
180 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: tailscale
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
url: https://pkgs.tailscale.com/helmcharts
|