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
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/manifests/_object.md.erb
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ applications:
28
28
- route: route.example.com
29
29
- route: another-route.example.com
30
30
protocol: http2
31
+
- route: route-with-options.example.com
32
+
options:
33
+
loadbalancing: least-connection
31
34
services:
32
35
- my-service1
33
36
- my-service2
@@ -139,7 +142,16 @@ will be updated for any existing route mapping.
139
142
Name | Type | Description
140
143
---- | ---- | -----------
141
144
**route** | _string_ | **(Required)** The route URI. Example: `host.domain.com`
142
-
**protocol** | _string_ | Protocol to use for this route. Valid protocols are `http1`, `http2`, and `tcp`.
145
+
**protocol** | _string_ | Protocol to use for this route. Valid protocols are `http1`, `http2`, and `tcp`
146
+
**options** | _object_ | A key-value mapping of configuration [options](#space-manifest-per-route-options-level-configuration) to be applied to the specific application route
0 commit comments