blumeops/argocd/manifests/torrent/ingress-tailscale.yaml
Erich Blume 7b17729085 Address PR #190 review feedback
- Add bird to tracked objects (catches escaped chickens/ducks)
- Add DHCP reservation comment for GableCam IP
- Remove explicit detect dimensions (Frigate auto-detects from stream)
- Reorganize homepage groups: ArgoCD/Prometheus/PyPI to Infrastructure,
  CV/Docs/TeslaMate/Transmission to Services

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 12:53:38 -08:00

32 lines
1.1 KiB
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: transmission-tailscale
namespace: torrent
annotations:
tailscale.com/proxy-class: "default"
tailscale.com/proxy-group: "ingress"
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Transmission"
gethomepage.dev/group: "Services"
gethomepage.dev/icon: "transmission.png"
gethomepage.dev/description: "Torrent client"
gethomepage.dev/href: "https://torrent.ops.eblu.me"
gethomepage.dev/pod-selector: "app=transmission"
# TODO: Add Transmission widget - requires username/password setup in Transmission
# See: https://gethomepage.dev/widgets/services/transmission/
# gethomepage.dev/widget.type: "transmission"
# gethomepage.dev/widget.url: "https://torrent.ops.eblu.me"
# gethomepage.dev/widget.username: "{{HOMEPAGE_VAR_TRANSMISSION_USER}}"
# gethomepage.dev/widget.password: "{{HOMEPAGE_VAR_TRANSMISSION_PASSWORD}}"
spec:
ingressClassName: tailscale
defaultBackend:
service:
name: transmission
port:
number: 9091
tls:
- hosts:
- torrent