Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mta-multi-tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ modules:
memory: 1024M
disk-quota: 512M
buildpack: sap_java_buildpack_jakarta
health-check-type: http
health-check-http-endpoint: /actuator/health/liveness
readiness-health-check-type: http
readiness-health-check-http-endpoint: /actuator/health/readiness
properties:
SPRING_PROFILES_ACTIVE: cloud,sandbox
CDS_MULTITENANCY_APPUI_TENANTSEPARATOR: "-"
Expand Down
4 changes: 4 additions & 0 deletions mta-single-tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ modules:
memory: 1024M
disk-quota: 512M
buildpack: sap_java_buildpack_jakarta
health-check-type: http
health-check-http-endpoint: /actuator/health/liveness
readiness-health-check-type: http
readiness-health-check-http-endpoint: /actuator/health/readiness
properties:
SPRING_PROFILES_ACTIVE: cloud,sandbox
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
Expand Down
1 change: 1 addition & 0 deletions srv/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ management:
health:
show-components: always
show-details: always
probes.enabled: true
endpoints:
web:
exposure:
Expand Down