Skip to content

Commit 79e065b

Browse files
committed
fix typo in Readme
1 parent f7783cf commit 79e065b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
195195
| `haproxy.service.type` | The service type of the HAproxy | `ClusterIP` |
196196
| `haproxy.pathbased.enabled` | Parameter to enable path based routing on the HAProxy Load Balancer for MarkLogic | `false` |
197197
| `haproxy.frontendPort` | Listening port in the Front-End section of the HAProxy when using Path based routing | `443` |
198-
| `haproxy.DefaultApp.appservices.path` | Path used to expose MarkLogic App-Services App-Server | `""` |
199-
| `haproxy.DefaultApp.admin.path` | Path used to expose MarkLogic Admin App-Server | `""` |
200-
| `haproxy.DefaultApp.manage.path` | Path used to expose the MarkLogic Manage App-Server | `""` |
198+
| `haproxy.defaultAppServers.appservices.path` | Path used to expose MarkLogic App-Services App-Server | `""` |
199+
| `haproxy.defaultAppServers.admin.path` | Path used to expose MarkLogic Admin App-Server | `""` |
200+
| `haproxy.defaultAppServers.manage.path` | Path used to expose the MarkLogic Manage App-Server | `""` |
201201
| `haproxy.additionalAppServers` | List of additional HTTP Ports configuration for HAproxy | `[]` |
202202
| `haproxy.tcpports.enabled` | Parameter to enable TCP port routing on HAProxy | `false` |
203203
| `haproxy.tcpports` | TCP Ports and load balancing type configuration for HAproxy | `[]` |

0 commit comments

Comments
 (0)