chore: Update manifests after change

This commit is contained in:
2025-12-23 22:52:52 +00:00
parent 3c37426562
commit 797f319043
18 changed files with 163 additions and 185 deletions

View File

@@ -0,0 +1,28 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: hubble
namespace: kube-system
labels:
app.kubernetes.io/name: 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