blumeops/argocd/manifests/teslamate/ingress-tailscale.yaml
Erich Blume e3451cd04d Add Hajimari service dashboard at go.ops.eblu.me
- Add Hajimari ArgoCD application and Helm values
- Configure auto-discovery from k8s ingresses
- Add custom apps for non-k8s services: Forge, Registry, Sifaka NAS
- Add hajimari.io annotations to all ingresses with ops.eblu.me URLs
- Add Caddy proxy entries for go.ops.eblu.me and nas.ops.eblu.me

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 15:40:22 -08:00

23 lines
554 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: teslamate-tailscale
namespace: teslamate
annotations:
tailscale.com/proxy-class: "default"
hajimari.io/enable: "true"
hajimari.io/url: "https://tesla.ops.eblu.me"
hajimari.io/icon: "simple-icons:tesla"
hajimari.io/appName: "TeslaMate"
hajimari.io/group: "Apps"
hajimari.io/info: "Tesla data logger"
spec:
ingressClassName: tailscale
defaultBackend:
service:
name: teslamate
port:
number: 4000
tls:
- hosts:
- tesla