Skip to content
Open
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
8 changes: 8 additions & 0 deletions environments/staging/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ app:
# within a subscription.
endpoints: public

# Enable mp health to retrieve Application status via health check
# If application takes longer time than configured startupTimeout, the deployment would fail
# startupCheckInterval is the time interval at which startup probe would be checked
# checkInterval is the time interval at which readiness probe would be checked
startupTimeout: 120
startupCheckInterval: "150"
checkInterval: "10"

# Set the Java runtime version for the application. Set to 8 for IBM Java 8,
# 17 for IBM Semeru 17, or 21 for IBM Semeru 21. If not set, the service
# tries to automatically detect the Java version for the application. If the
Expand Down