forked from SAP-samples/btp-cap-multitenant-saas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values-private.sample.yaml
54 lines (47 loc) · 1.09 KB
/
values-private.sample.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
global:
imagePullSecret: {}
domain: a1b2c3.kyma.ondemand.com
shootName: a1b2c3
router:
image:
repository: sap-demo/susaas-router
tag: latest
srv:
image:
repository: sap-demo/susaas-srv
tag: latest
api:
image:
repository: sap-demo/susaas-api
tag: latest
broker:
image:
repository: sap-demo/susaas-broker
tag: latest
config:
serviceId: 11111111-1111-1111-1111-111111111111
plans:
- name: default
description: Standard Plan
planId: 22222222-2222-2222-2222-222222222222
- name: premium
description: Premium Plan
planId: 33333333-3333-3333-3333-333333333333
- name: trial
description: Trial Plan
planId: 44444444-4444-4444-4444-444444444444
hana_deployer:
image:
repository: sap-demo/susaas-db-com
tag: latest
html5_apps_deployer:
image:
repository: sap-demo/susaas-html5-deployer
tag: latest
xsuaa:
parameters:
oauth2-configuration:
redirect-uris:
- https://*.a1b2c3.kyma.ondemand.com/**
- http://*.localhost:5000/**
- http://localhost:5000/**