forked from SAP-samples/cloud-cap-samples-java
-
Notifications
You must be signed in to change notification settings - Fork 1
/
values.yaml
43 lines (43 loc) · 1.15 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
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>/bookshop-hana-deployer
tag: latest
bindings:
hana:
fromSecret: bookshop-db
html5_apps_deployer:
cloudService: java.bookshop
backendDestinations:
bookshop-srv:
service: srv
image:
# >>> Replace <your-container-registry> with your container registry
repository: <your-container-registry>/bookshop-html5-deployer
tag: latest
srv:
bindings:
db:
fromSecret: bookshop-db
image:
# >>> Replace <your-container-registry> with your container registry
repository: <your-container-registry>/bookshop-srv
tag: latest
env:
SPRING_PROFILES_ACTIVE: cloud
resources:
limits:
cpu: 2000m
ephemeral-storage: 1G
memory: 2G
requests:
cpu: 1000m
ephemeral-storage: 1G
memory: 2G