Files
homelab-v/k8s/infra/monitoring/prometheus-stack/grafana-http-route.yaml
T

20 lines
390 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: grafana
namespace: monitoring
spec:
parentRefs:
- name: internal
namespace: gateway
hostnames:
- grafana.stonegarden.dev
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: kube-prometheus-stack-grafana
port: 80