virtual-service.yaml
347 Bytes
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: kibana
spec:
hosts:
- "kibana-logging.local"
gateways:
- default/cluster-local-gateway
http:
- match:
- uri:
prefix: /
route:
- destination:
port:
number: 5601
host: fluentd-kb-http.logging.svc.cluster.local