- Transmission: General-purpose torrent daemon with web UI at torrent.tail8d86e.ts.net - Kiwix: ZIM archive server at kiwix.tail8d86e.ts.net - Shared NFS storage from sifaka:/volume1/torrents (no CSI driver needed) - Declarative ZIM management via ConfigMap synced to transmission - ZIM watcher CronJob to auto-restart kiwix when new ZIMs appear Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
376 B
YAML
19 lines
376 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: transmission
|
|
namespace: torrent
|
|
spec:
|
|
ingressClassName: tailscale
|
|
rules:
|
|
- host: torrent
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: transmission
|
|
port:
|
|
number: 9091
|