-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinternal-vs.yaml
75 lines (75 loc) · 2.07 KB
/
internal-vs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: event-internal-vs
spec:
hosts:
- "<internal-hostname>"
gateways:
- ews-internal-gateway
http:
- name: "clientletter-route"
match:
- uri:
prefix: /events/api/clientletter
- uri:
prefix: /events/api/v2/clientletter
route:
- destination:
port:
number: 3030
host: event-client-letter-service.ews-external-api-stg.svc.cluster.local
- name: "bandinfo-route"
match:
- uri:
prefix: /events/api/band
route:
- destination:
port:
number: 8080
host: event-bandinfo-service.ews-external-api-stg.svc.cluster.local
- name: "activity-route"
match:
- uri:
prefix: /events/api/activity/management
route:
- destination:
port:
number: 8080
host: event-activity-management-service.ews-external-api-stg.svc.cluster.local
- name: "registration-route"
match:
- uri:
prefix: /events/api/registration
route:
- destination:
port:
number: 8080
host: event-registration-service.ews-external-api-stg.svc.cluster.local
- name: "opportunity-route"
match:
- uri:
prefix: /events/api/opportunity
route:
- destination:
port:
number: 8080
host: event-opportunity-data-service.ews-external-api-stg.svc.cluster.local
- name: "russian-route"
match:
- uri:
prefix: /events/api/russian
route:
- destination:
port:
number: 8080
host: event-russianapi-service.ews-external-api-stg.svc.cluster.local
- name: "invitee-service"
match:
- uri:
prefix: /events/api/invitee
route:
- destination:
port:
number: 8080
host: event-invitee-service.ews-external-api-stg.svc.cluster.local