Skip to content

Commit ec9b851

Browse files
authored
Merge pull request #547 from sap-contributions/per-route-manifest-indentation
fix(per-route-lb): correct indentation for app manifest snippet
2 parents 6ad9965 + 0ed20d8 commit ec9b851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom-per-route-options.html.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ To configure per-route load balancing for an application that has not yet been p
3737
- name: MY-APP
3838
routes:
3939
- route: MY-HOST.EXAMPLE.COM
40-
options:
41-
loadbalancing: least-connection
40+
options:
41+
loadbalancing: least-connection
4242
```
4343

4444
Where `MY-APP` is the name of your app and `MY-HOST.EXAMPLE.COM` is the route you want to map to your app.

0 commit comments

Comments
 (0)