Files
infrastructure/clusters/cl01tl/manifests/cilium/HTTPRoute-http-route-hubble.yml

31 lines
691 B
YAML

---
# Source: cilium/templates/http-route.yaml
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-route-hubble
namespace: kube-system
labels:
app.kubernetes.io/name: http-route-hubble
app.kubernetes.io/instance: cilium
app.kubernetes.io/part-of: cilium
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- hubble.alexlebens.net
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ''
kind: Service
name: hubble-ui
port: 80
weight: 100