From 5e6229275266d3a702eba54cbaddaf4abd2a2b62 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 21 Jan 2026 17:45:23 -0800 Subject: [PATCH] Remove svc:kiwix from tailscale_serve defaults Kiwix is now hosted in k8s with its own Tailscale ingress. Co-Authored-By: Claude Opus 4.5 --- ansible/roles/tailscale_serve/defaults/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ansible/roles/tailscale_serve/defaults/main.yml b/ansible/roles/tailscale_serve/defaults/main.yml index 3f775fd..1f70f8d 100644 --- a/ansible/roles/tailscale_serve/defaults/main.yml +++ b/ansible/roles/tailscale_serve/defaults/main.yml @@ -6,6 +6,8 @@ tailscale_serve_services: # NOTE: svc:grafana, svc:pg, svc:feed, svc:pypi removed - now hosted in k8s # NOTE: svc:k8s is configured by the minikube role (port is dynamic with docker driver) + # NOTE: svc:kiwix removed - now hosted in k8s (see argocd/apps/kiwix.yaml) + - name: svc:forge https: port: 443 @@ -14,11 +16,6 @@ tailscale_serve_services: port: 22 upstream: tcp://localhost:2200 - - name: svc:kiwix - https: - port: 443 - upstream: http://localhost:5501 - - name: svc:registry https: port: 443