Remove svc:grafana from tailscale_serve - now k8s-hosted
Grafana is now running in Kubernetes with its own Tailscale Ingress. Removing the ansible-managed Tailscale Serve entry frees up the 'grafana' hostname for the k8s ingress to claim. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f1547e4a4f
commit
f1d4fc0891
1 changed files with 1 additions and 4 deletions
|
|
@ -3,10 +3,7 @@
|
|||
# Each service maps a Tailscale service name to local endpoints
|
||||
|
||||
tailscale_serve_services:
|
||||
- name: svc:grafana
|
||||
https:
|
||||
port: 443
|
||||
upstream: http://localhost:3000
|
||||
# NOTE: svc:grafana removed - now hosted in k8s (see argocd/apps/grafana.yaml)
|
||||
|
||||
- name: svc:forge
|
||||
https:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue