-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigmap.yaml
61 lines (61 loc) · 1.7 KB
/
configmap.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
apiVersion: v1
kind: ConfigMap
metadata:
name: gateway-config
data:
services.yaml: |
version: v1
services:
- name: iam-authorization
serviceUrl: iam-authorization-service:8080
paths:
- /api/v1/iam/
- /api/v2/iam/
- name: cart
serviceUrl: cart-service:8080
paths:
- /api/v1/cart
- /api/v2/cart
- /api/v1/discount
- /api/v2/discount
- name: iam-management
serviceUrl: iam-management-service:8080
paths:
- /connect
- /account/confirmemail
- /account/logout
- /api/v1/iam-management
- /api/v2/iam-management
- /api/v2/iam-management/partner/me/config
- /.well-known/openid-configuration
- name: product-catalog
serviceUrl: product-catalog-service:8080
paths:
- /api/v1/productcatalog
- name: payment
serviceUrl: payment-service:8080
paths:
- /api/v1/payment
- name: language
serviceUrl: language-service:8080
paths:
- /api/v1/language
- name: venue
serviceUrl: venue-service:8080
paths:
- /api/v1/venue
- /api/v2/venue
- name: ticket
serviceUrl: ticket-service:8080
paths:
- /api/v1/ticket
- /api/v2/ticket
- name: selection
serviceUrl: selection-service:8080
paths:
- /api/v1/selection
- /api/v2/selection
- name: card
serviceUrl: card-api-service:8080
paths:
- /api/v1/card/