podDisruptionBudget config described. (#12937)

Signed-off-by: Andrey Voronkov <voronkovaa@gmail.com>
This commit is contained in:
Andrey Voronkov
2019-04-09 14:00:46 -07:00
committed by Kubernetes Prow Robot
parent 0238e09dea
commit 481557acff
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ keywords:
- redis
- keyvalue
- database
version: 3.3.3
version: 3.3.4
appVersion: 5.0.3
description: Highly available Kubernetes implementation of Redis
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png
+1
View File
@@ -81,6 +81,7 @@ The following table lists the configurable parameters of the Redis chart and the
| `exporter.tag` | Exporter tag | `v0.31.0` |
| `exporter.annotations` | Prometheus scrape annotations | `{prometheus.io/path: /metrics, prometheus.io/port: "9121", prometheus.io/scrape: "true"}` |
| `exporter.extraArgs` | Additional args for the exporter | `{}` |
| `podDisruptionBudget` | Pod Disruption Budget rules | `{}` |
| `hostPath.path` | Use this path on the host for data storage | not set |
| `hostPath.chown` | Run an init-container as root to set ownership on the hostPath | true |