feat: add Grafana HTTPRoute

This commit is contained in:
2026-07-01 21:44:35 +01:00
parent 016182f76c
commit 1c71c088dc
+17
View File
@@ -14,3 +14,20 @@ spec:
- backendRefs:
- name: authentik-server
port: 80
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: grafana
namespace: monitoring
spec:
parentRefs:
- name: traefik-gateway
namespace: traefik
sectionName: websecure-grafana
hostnames:
- grafana.solidish.dev
rules:
- backendRefs:
- name: prometheus-grafana
port: 80