@@ -35,6 +35,72 @@ spring:
3535----
3636====
3737
38+ The following table lists properties that can be set for all or for deployments:
39+
40+ [%header,cols="2,2,1"]
41+ |===
42+ |Property
43+ |Description
44+ |Default
45+
46+ |`api-polling-timeout`
47+ |The timeout for polled async CF API calls, in seconds.
48+ |300
49+
50+ |`buildpack`
51+ |The buildpack to use for deploying the application.
52+ |
53+
54+ |`buildpacks`
55+ |The list of buildpacks to use for deploying the application.
56+ |
57+
58+ |`domain`
59+ |The domain to use when mapping routes for applications.
60+ |
61+
62+ |`domains`
63+ |The list of domain to use when mapping routes for applications.
64+ |
65+
66+ |`health-check`
67+ |The type of health check to perform on deployed application, if not overridden per-app.
68+ |PORT
69+
70+ |`health-check-http-endpoint`
71+ |The path that the http health check will use.
72+ |/health
73+
74+ |`health-check-timeout`
75+ |The timeout value for health checks in seconds.
76+ |120
77+
78+ |`javaOpts`
79+ |The javaOpts to use for deploying the application.
80+ |
81+
82+ |`memory`
83+ |The memory to use for deploying the application.
84+ |
85+
86+ |`no-route`
87+ |If the application does not need a route
88+ |false
89+
90+ |`route-path`
91+ |The route-path to use for deploying the application.
92+ |
93+
94+ |`routes`
95+ |The routes to use for deploying the application.
96+ |
97+
98+ |`stack`
99+ |The stack to use for deploying the application.
100+ |
101+
102+ |===
103+
38104You can set overriding values for a specific service in the service's configuration under `spring.cloud.appbroker.services.*`, as follows:
39105
40106====
@@ -84,14 +150,6 @@ The following table lists properties that can be set for all or for specific app
84150|
85151|
86152
87- |`buildpack`
88- |The single buildpack to use for deploying the application.
89- |
90-
91- |`buildpacks`
92- |Comma separated list of buildpacks to use for deploying the application.
93- |
94-
95153|`domain`
96154|The domain to use when mapping routes for the deployed application. `domain` and `host` are mutually exclusive with `routes`.
97155|
0 commit comments