blumeops/argocd/manifests/kiwix/ingress-tailscale.yaml
Erich Blume f761590458 Fix Tailscale Ingress format for torrent and kiwix
Use defaultBackend + tls.hosts instead of rules, matching other working
ingresses in the cluster.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 16:58:38 -08:00

18 lines
312 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: kiwix-tailscale
namespace: kiwix
annotations:
tailscale.com/proxy-class: "default"
spec:
ingressClassName: tailscale
defaultBackend:
service:
name: kiwix
port:
number: 80
tls:
- hosts:
- kiwix