完善主机内存监控并将 Grafana 迁移至内网域名
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user