mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-29 17:12:34 +00:00
20 lines
398 B
YAML
20 lines
398 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: monitoring
|
|
namespace: monitoring
|
|
spec:
|
|
parentRefs:
|
|
- name: stonegarden
|
|
namespace: gateway
|
|
hostnames:
|
|
- "grafana.stonegarden.dev"
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: kube-prometheus-stack-grafana
|
|
port: 80
|