Files
voyger-assignments/base/virtualService.yaml
2025-11-15 19:27:31 +09:00

29 lines
550 B
YAML

apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
name: voyger-assign
namespace: voyger-assign
spec:
gateways:
- istio-system/shared-gateway
- mesh
hosts:
- voyger-assign.sample.test
http:
- match:
- uri:
prefix: /signup
route:
- destination:
host: signup.voyger-assign.svc.cluster.local
port:
number: 80
- match:
- uri:
prefix: /users
route:
- destination:
host: getusers.voyger-assign.svc.cluster.local
port:
number: 80