gitops/helm/demo/templates/virtualservice.yaml
2026-07-19 22:24:36 +02:00

17 lines
327 B
YAML

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