Skip to content

Commit

Permalink
Correct default value in README.md (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: asdf2014 <[email protected]>
  • Loading branch information
fectrain and asdf2014 committed May 6, 2024
1 parent ddb7a14 commit 8cc7c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md → README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The following table lists the configurable parameters of the Druid Helm Chart an

| Parameter | Description | Default |
| ---------------------------------------------------- | ------------------------------------------------- | -------------------------------- |
| `router.enabled` | enable router | `false` |
| `router.enabled` | enable router | `true` |
| `router.name` | router component name | `router` |
| `router.replicaCount` | router node replicas (deployment) | `1` |
| `router.port` | port of router component | `8888` |
Expand Down Expand Up @@ -137,7 +137,7 @@ The following table lists the configurable parameters of the Druid Helm Chart an

| Parameter | Description | Default |
| ------------------------------------------------------ | ------------------------------------------------- | -------------------------------- |
| `overlord.enabled` | enable overlord | `false` |
| `overlord.enabled` | enable overlord | `true` |
| `overlord.name` | overlord component name | `overlord` |
| `overlord.replicaCount` | overlord node replicas (deployment) | `1` |
| `overlord.port` | port of overlord component | `8081` |
Expand Down

0 comments on commit 8cc7c56

Please sign in to comment.