mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Decommission kube-prometheus-stack installed Grafana and use grafana-operator instead. Signed-off-by: Vegard Hagen <[email protected]>
20 lines
375 B
YAML
20 lines
375 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: grafana
|
|
namespace: grafana
|
|
spec:
|
|
parentRefs:
|
|
- name: internal
|
|
namespace: gateway
|
|
hostnames:
|
|
- grafana.stonegarden.dev
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: grafana-service
|
|
port: 3000
|