Skip to content

Commit

Permalink
Fix wrong default value in readme for new parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bigler <nicolas.bigler@vshn.ch>
  • Loading branch information
TheBigLee committed Feb 16, 2022
1 parent 6ca55dc commit b7e4558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appuio/haproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Set `haproxy.config` to `galerak8s` to use the Galera configuration with DNS ser
| `haproxy.galerak8s.nodeCount` | Max number of nodes in the backend | `3`
| `haproxy.galerak8s.port` | Port of the Galera node | `3306`
| `haproxy.galerak8s.metrics.enabled`| If the metric endpoint of the Galera backends should be exposed in haproxy | `false`
| `haproxy.galerak8s.metrics.exposeLoadbalancer`| If the metric endpoint of the Galera backends should be exposed in the haproxy service | `false`
| `haproxy.galerak8s.metrics.exposeLoadbalancer`| If the metric endpoint of the Galera backends should be exposed in the haproxy service | `true`

### redisk8s

Expand All @@ -140,7 +140,7 @@ Set `haproxy.config` to `redisk8s` to use the Redis configuration with DNS servi
| `haproxy.redisk8s.nodeCount` | Max number of nodes in the backend | `3`
| `haproxy.redisk8s.port` | Port of the Galera node | `6379`
| `haproxy.redisk8s.metrics.enabled`| If the metric endpoint of the Redis backends should be exposed in haproxy | `false`
| `haproxy.redisk8s.metrics.exposeLoadbalancer`| If the metric endpoint of the Redis backends should be exposed in the haproxy service | `false`
| `haproxy.redisk8s.metrics.exposeLoadbalancer`| If the metric endpoint of the Redis backends should be exposed in the haproxy service | `true`

## Galera and Redis metrics

Expand Down

0 comments on commit b7e4558

Please sign in to comment.