-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathvaluesWithMTA.yaml
More file actions
214 lines (214 loc) · 7.09 KB
/
valuesWithMTA.yaml
File metadata and controls
214 lines (214 loc) · 7.09 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
serviceInstances:
serviceManagerContainer:
name: author-readings-service-manager
serviceOfferingName: service-manager
servicePlanName: container
parameters: {}
destinationLite:
name: author-readings-destination-service
serviceOfferingName: destination
servicePlanName: lite
parameters:
HTML5Runtime_enabled: true
xsuaaBroker:
name: author-readings-uaa
serviceOfferingName: xsuaa
servicePlanName: broker
parameters:
tenant-mode: shared
xsappname: partner-refapp-ph2
auditlogOauth2:
name: author-readings-auditlog
serviceOfferingName: auditlog
servicePlanName: oauth2
parameters: {}
saasRegistryApplication:
name: author-readings-registry
serviceOfferingName: saas-registry
servicePlanName: application
parameters:
xsappname: partner-refapp-ph2
appName: partner-refapp-ph2
displayName: SME Partner Reference Sample Application
description: SME Partner Reference Sample Application
category: Category
appUrls:
getDependencies: ~{approuter-binding/app-url}/callback/v1.0/dependencies
onSubscription: ~{mtx-binding/app-url}/-/cds/saas-provisioning/tenant/{tenantId}
callbackTimeoutMillis: 300000
onSubscriptionAsync: true
onUnSubscriptionAsync: true
onUpdateDependenciesAsync: true
html5AppsRepoAppRuntime:
name: author-readings-html5-runtime
serviceOfferingName: html5-apps-repo
servicePlanName: app-runtime
parameters: {}
html5AppsRepoAppHost:
name: author-readings-html5-repo-host
serviceOfferingName: html5-apps-repo
servicePlanName: app-host
parameters:
sizeLimit: 10
applicationLogsStandard:
name: author-readings-logging
serviceOfferingName: application-logs
servicePlanName: standard
parameters: {}
serviceBindings:
authorReadingsUaaBind:
name: author-readings-uaa-bind
parameters: {}
secretKey: credentials
secretName: author-readings-uaa-bind-secret
serviceInstanceName: author-readings-uaa
authorReadingsDestinationServiceBind:
name: author-readings-destination-service-bind
parameters: {}
secretKey: credentials
secretName: author-readings-destination-service-bind-secret
serviceInstanceName: author-readings-destination-service
authorReadingsAuditlogBind:
name: author-readings-auditlog-bind
parameters: {}
secretKey: credentials
secretName: author-readings-auditlog-bind-secret
serviceInstanceName: author-readings-auditlog
authorReadingsRegistryBind:
name: author-readings-registry-bind
parameters: {}
secretKey: credentials
secretName: author-readings-registry-bind-secret
serviceInstanceName: author-readings-registry
authorReadingsHtml5RuntimeBind:
name: author-readings-html5-runtime-bind
parameters: {}
secretKey: credentials
secretName: author-readings-html5-runtime-bind-secret
serviceInstanceName: author-readings-html5-runtime
authorReadingsServiceManagerBind:
name: author-readings-service-manager-bind
parameters: {}
secretKey: credentials
secretName: author-readings-service-manager-bind-secret
serviceInstanceName: author-readings-service-manager
authorReadingsServiceManagerAuthorReadingsMtxSrvBind:
name: author-readings-service-manager-author-readings-mtx-srv-bind
parameters:
SUBSCRIPTION_URL: ${protocol}://\${tenant_subdomain}.${org}-${space}.${domain}/authorreadingmanager
secretKey: credentials
secretName: author-readings-service-manager-author-readings-mtx-srv-bind-secret
serviceInstanceName: author-readings-service-manager
authorReadingsLoggingBind:
name: author-readings-logging-bind
parameters: {}
secretKey: credentials
secretName: author-readings-logging-bind-secret
serviceInstanceName: author-readings-logging
authorReadingsHtml5RepoHostBind:
name: author-readings-html5-repo-host-bind
parameters: {}
secretKey: credentials
secretName: author-readings-html5-repo-host-bind-secret
serviceInstanceName: author-readings-html5-repo-host
app:
domains:
primary: null
additionalDomainRefs: []
istioIngressGatewayLabels:
istio: ingressgateway
app: istio-ingressgateway
btp:
globalAccountId: null
providerSubaccountId: null
provider:
subdomain: null
tenantId: null
imagePullSecrets: []
workloads:
authorReadingsApprouter:
name: author-readings-approuter
consumedBTPServices:
- author-readings-uaa-bind
- author-readings-destination-service-bind
- author-readings-auditlog-bind
- author-readings-registry-bind
- author-readings-html5-runtime-bind
- author-readings-service-manager-bind
- author-readings-service-manager-author-readings-mtx-srv-bind
- author-readings-logging-bind
deploymentDefinition:
type: Router
image: null
env:
- name: httpHeaders
value: "[{ \"Content-Security-Policy\": \"frame-ancestors 'self'
https://*.hana.ondemand.com\" }]"
- name: CORS
value: '[{"uriPattern":".*","allowedOrigin":[{"host":"*.${org}-${space}.${domain}","protocol":"https"}]}]'
authorReadingsSrv:
name: author-readings-srv
consumedBTPServices:
- author-readings-service-manager-bind
- author-readings-uaa-bind
- author-readings-destination-service-bind
- author-readings-auditlog-bind
- author-readings-registry-bind
deploymentDefinition:
type: CAP
image: null
env:
- name: OTLP_TRACE_URL
value: http://telemetry-otlp-traces.kyma-system:4318
- name: IS_MTXS_ENABLED
value: "true"
- name: SUBSCRIPTION_URL
value: ${protocol}://\${tenant_subdomain}.${app-url}-srv.${domain}
authorReadingsMtxSrv:
name: author-readings-mtx-srv
consumedBTPServices:
- author-readings-auditlog-bind
- author-readings-uaa-bind
- author-readings-destination-service-bind
- author-readings-service-manager-author-readings-mtx-srv-bind
- author-readings-logging-bind
deploymentDefinition:
type: Additional
image: null
authorReadingsAppDeployer:
name: author-readings-app-deployer
consumedBTPServices:
- author-readings-html5-repo-host-bind
- author-readings-uaa-bind
jobDefinition:
type: Content
image: null
authorReadingsDestinationsContent:
name: author-readings-destinations-content
consumedBTPServices:
- author-readings-html5-repo-host-bind
- author-readings-uaa-bind
jobDefinition:
type: Content
image: null
authorReadingsMtx:
name: author-readings-mtx
consumedBTPServices:
- author-readings-registry-bind
- author-readings-logging-bind
- author-readings-service-manager-bind
- author-readings-uaa-bind
jobDefinition:
type: TenantOperation
image: null
authorReadings:
name: author-readings
consumedBTPServices:
- author-readings-uaa-bind
- author-readings-logging-bind
deploymentDefinition:
type: Additional
image: null
env:
- name: TENANT_HOST_PATTERN
value: ^(.*)-${default-uri}