You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`annotations` (Map of String) The annotations associated with Cloud Foundry resources. Add as described [here](https://docs.cloudfoundry.org/adminguide/metadata.html#-view-metadata-for-an-object).
139
+
-`app_deployed_running_check_interval` (Number) The interval in seconds between checks to see if the app is running after updating deployment with 'blue-green' strategy. The default is 5 seconds. Min value is 1 second, max value is 30 seconds. Used only when strategy is set to 'blue-green'.
140
+
-`app_deployed_running_timeout` (Number) Timeout in minutes to wait for app to be running after updating deployment with 'blue-green' strategy. The default is 5 minutes. Min value is 1 minute. Max value is 59 minutes. Used only when strategy is set to 'blue-green'.
137
141
-`buildpacks` (List of String) Multiple buildpacks used to stage the application.
138
142
-`command` (String) A custom start command for the application. This overrides the start command provided by the buildpack.
139
143
-`disk_quota` (String) The disk space to be allocated for each application instance.
-`stack` (String) The base operating system and file system that your application will execute in. Please refer to the [docs](https://v3-apidocs.cloudfoundry.org/version/3.155.0/index.html#stacks) for more information
165
169
-`stopped` (Boolean) Whether the application is started or stopped after creation. By default, this value is false, meaning the application will be started automatically after creation.
166
170
-`strategy` (String) The deployment strategy to use when deploying the application. Valid values are 'none', 'rolling', and 'blue-green', defaults to 'none'.
167
-
-`app_deployed_running_timeout` (Number) Timeout in minutes to wait for app to be running after updating deployment with 'blue-green' strategy. The default is 5 minutes. Minimal value is 1 minute. Used only when strategy is set to 'blue-green'. Monitoring is enabled when one of `app_deployed_running_timeout` or `app_deployed_running_check_interval` is set.
168
-
-`app_deployed_running_check_interval` (Number) The interval in seconds between checks to see if the app is running after updating deployment with 'blue-green' strategy. Value should be between 1 and 30 seconds. The default is 5 seconds. Used only when strategy is set to 'blue-green'. Monitoring is enabled when one of `app_deployed_running_timeout` or `app_deployed_running_check_interval` is set.
169
171
-`timeout` (Number) Time in seconds at which the health-check will report failure.
0 commit comments