blumeops/argocd/manifests/quartz/ingress-tailscale.yaml
Erich Blume 6450c981db Add quartz deployment for docs hosting (Phase 1b)
- Create ArgoCD Application and manifests for quartz service
- Add docs.ops.eblu.me to Caddy reverse proxy
- ConfigMap points to blumeops v1.0.0 release tarball
- Tailscale ingress with homepage annotations for auto-discovery

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 10:28:33 -08:00

25 lines
630 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: quartz-tailscale
namespace: quartz
annotations:
tailscale.com/proxy-class: "default"
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Docs"
gethomepage.dev/group: "Apps"
gethomepage.dev/icon: "mdi-book-open-page-variant"
gethomepage.dev/description: "BlumeOps Documentation"
gethomepage.dev/href: "https://docs.ops.eblu.me"
gethomepage.dev/pod-selector: "app=quartz"
spec:
ingressClassName: tailscale
defaultBackend:
service:
name: quartz
port:
number: 80
tls:
- hosts:
- docs