# Accès public HTTPS — grafana.funklab.online (cert Let's Encrypt auto). # Route interne grafana.lab.local conservée (Ingress du chart, http). apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: grafana-public namespace: monitoring spec: entryPoints: - websecure routes: - match: Host(`grafana.funklab.online`) kind: Rule middlewares: - name: security-headers namespace: infra - name: ratelimit namespace: infra services: - name: kube-prometheus-stack-grafana port: 80 tls: certResolver: letsencrypt