blumeops/argocd/manifests/frigate/ingress-tailscale.yaml
Erich Blume 96d0f668fd Reorganize Homepage groups: add Home, move Grafana to Infrastructure
Move NVR, Jellyfin, and DJ to new Home group. Move Grafana from Content
to Infrastructure. Switch all layout groups from column to row style.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 06:15:52 -07:00

26 lines
659 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: frigate-tailscale
namespace: frigate
annotations:
tailscale.com/proxy-class: "default"
tailscale.com/proxy-group: "ingress"
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "NVR"
gethomepage.dev/group: "Home"
gethomepage.dev/icon: "frigate.png"
gethomepage.dev/description: "Network video recorder"
gethomepage.dev/href: "https://nvr.ops.eblu.me"
gethomepage.dev/pod-selector: "app=frigate"
spec:
ingressClassName: tailscale
defaultBackend:
service:
name: frigate
port:
number: 5000
tls:
- hosts:
- nvr