blumeops/argocd/manifests/grafana-config/ingress-tailscale.yaml
Erich Blume f0a3cbf5ff Rename ProxyClass from crio-compat to default
The crio-compat name was misleading since we're now using docker driver.
Renamed to 'default' and updated all references.

Fully-qualified image names still used for consistency across runtimes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 14:25:02 -08:00

21 lines
511 B
YAML

# Tailscale Ingress for Grafana
# Exposes Grafana at https://grafana.tail8d86e.ts.net with Let's Encrypt TLS
#
# The hostname "grafana" becomes grafana.tail8d86e.ts.net via Tailscale MagicDNS
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: grafana-tailscale
namespace: monitoring
annotations:
tailscale.com/proxy-class: "default"
spec:
ingressClassName: tailscale
defaultBackend:
service:
name: grafana
port:
number: 80
tls:
- hosts:
- grafana