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
@@ -141,7 +144,16 @@ will be updated for any existing route mapping.
141
144
Name | Type | Description
142
145
---- | ---- | -----------
143
146
**route** | _string_ | **(Required)** The route URI. Example: `host.domain.com`
144
-
**protocol** | _string_ | Protocol to use for this route. Valid protocols are `http1`, `http2`, and `tcp`.
147
+
**protocol** | _string_ | Protocol to use for this route. Valid protocols are `http1`, `http2`, and `tcp`
148
+
**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