forked from SAP-samples/fiori-elements-v4-cap-advanced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
66 lines (66 loc) · 1.66 KB
/
values.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
global:
# >>> Execute the following command to receive the domain:
# $ kubectl get gateway -n kyma-system kyma-gateway -o jsonpath='{.spec.servers[0].hosts[0]}'
# Remove the leading "*."
domain: null
imagePullSecret:
name: container-registry
hana_deployer:
image:
# >>> Replace <your-container-registry> with your container registry
repository: <your-container-registry>/sflight-hana-deployer
tag: latest
bindings:
hana:
fromSecret: sflight-db
destinations:
serviceOfferingName: destination
servicePlanName: lite
parameters:
version: 1.0.0
HTML5Runtime_enabled: true
html5_apps_deployer:
cloudService: sap.fe.cap.sflight
backendDestinations:
sflight-srv:
service: srv
image:
# >>> Replace <your-container-registry> with your container registry
repository: <your-container-registry>/sflight-html5-deployer
tag: latest
bindings:
xsuaa:
serviceInstanceName: xsuaa
destination:
serviceInstanceName: destinations
html5_apps_repo:
serviceInstanceName: html5-apps-repo-host
html5_apps_repo_host:
serviceOfferingName: html5-apps-repo
servicePlanName: app-host
srv:
bindings:
uaa:
serviceInstanceName: xsuaa
db:
fromSecret: sflight-db
image:
# >>> Replace <your-container-registry> with your container registry
repository: <your-container-registry>/sflight-srv
tag: latest
resources:
limits:
cpu: 2000m
ephemeral-storage: 1G
memory: 2G
requests:
cpu: 2000m
ephemeral-storage: 1G
memory: 2G
health_check:
liveness:
path: /
readiness:
path: /
env:
SPRING_PROFILES_ACTIVE: cloud