HTTPRoute Example

This example demonstrates basic HTTPRoute configuration for Grafana using Gateway API.

For this to work, the cluster needs to have the Gateway API CRDs installed.

apiVersion: grafana.integreatly.org/v1beta1
kind: Grafana
metadata:
  name: grafana-httproute
  labels:
    dashboards: "grafana"
spec:
  httpRoute:
    spec:
      parentRefs:
        - name: my-gateway
          namespace: default
      hostnames:
        - grafana.example.com