17 lines
327 B
YAML
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 |