blumeops/argocd/manifests/miniflux/ingress-tailscale.yaml
Erich Blume 64afd40a29 Fix Grafana widget fields (lowercase) and hide Miniflux read count
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 06:28:41 -07:00

29 lines
877 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: miniflux-tailscale
namespace: miniflux
annotations:
tailscale.com/proxy-class: "default"
tailscale.com/proxy-group: "ingress"
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Miniflux"
gethomepage.dev/group: "Content"
gethomepage.dev/icon: "miniflux.png"
gethomepage.dev/description: "RSS reader"
gethomepage.dev/href: "https://feed.ops.eblu.me"
gethomepage.dev/pod-selector: "app=miniflux"
gethomepage.dev/widget.type: "miniflux"
gethomepage.dev/widget.url: "https://feed.ops.eblu.me"
gethomepage.dev/widget.key: "{{HOMEPAGE_VAR_MINIFLUX_API_KEY}}"
gethomepage.dev/widget.fields: '["unread"]'
spec:
ingressClassName: tailscale
defaultBackend:
service:
name: miniflux
port:
number: 8080
tls:
- hosts:
- feed