demo update

This commit is contained in:
2025-11-15 19:27:31 +09:00
parent 7a85b80f60
commit 78e3cc39eb
18 changed files with 235 additions and 0 deletions

28
base/virtualService.yaml Normal file
View File

@ -0,0 +1,28 @@
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