Files
homelab-infra/platform/observability/grafana/httproute.yaml
T
panxiao81 c995fde6b6
yaml / yaml (pull_request) Successful in 19s
ansible / collection-test (pull_request) Successful in 1m7s
ansible / lint (pull_request) Successful in 14m7s
完善主机内存监控并将 Grafana 迁移至内网域名
2026-09-16 12:45:57 +00:00

18 lines
386 B
YAML

# Grafana 自身使用 OIDC,不增加第二层 forward-auth。
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: grafana-lan
namespace: monitoring
spec:
parentRefs:
- name: eg
namespace: envoy-gateway-system
sectionName: https
hostnames:
- grafana.ad.ddupan.top
rules:
- backendRefs:
- name: grafana
port: 80