Replace Ansible port-forwarding + tailscale serve with direct Tailscale LB services matching the existing Rancher pattern. Each service gets its own tailnet hostname (grafana/prometheus/flux.silverside-gopher.ts.net).
12 lines
343 B
YAML
12 lines
343 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- helmrepository-prometheus-community.yaml
|
|
- helmrepository-grafana.yaml
|
|
- helmrelease-kube-prometheus-stack.yaml
|
|
- helmrelease-loki.yaml
|
|
- helmrelease-promtail.yaml
|
|
- grafana-tailscale-service.yaml
|
|
- prometheus-tailscale-service.yaml
|