gitops/helm/cilium/templates/hubble-virtualservce.yaml
2026-07-24 22:50:44 +02:00

17 lines
352 B
YAML

apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
name: hubble
namespace: kube-system
spec:
hosts:
- "hubble.apps.linvogel.internal"
gateways:
- istio-ingress/istio-gateway
http:
- name: "hubble-route"
route:
- destination:
host: hubble-ui.kube-system.svc.cluster.local
port:
number: 80