- 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>
27 lines
714 B
YAML
27 lines
714 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: docs-tailscale
|
|
namespace: docs
|
|
annotations:
|
|
tailscale.com/proxy-class: "default"
|
|
tailscale.com/proxy-group: "ingress"
|
|
tailscale.com/tags: "tag:k8s,tag:flyio-target"
|
|
gethomepage.dev/enabled: "true"
|
|
gethomepage.dev/name: "Docs"
|
|
gethomepage.dev/group: "Services"
|
|
gethomepage.dev/icon: "mdi-book-open-page-variant"
|
|
gethomepage.dev/description: "BlumeOps Documentation"
|
|
gethomepage.dev/href: "https://docs.eblu.me"
|
|
gethomepage.dev/pod-selector: "app=docs"
|
|
spec:
|
|
ingressClassName: tailscale
|
|
defaultBackend:
|
|
service:
|
|
name: docs
|
|
port:
|
|
number: 80
|
|
tls:
|
|
- hosts:
|
|
- docs
|