mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
podDisruptionBudget config described. (#12937)
Signed-off-by: Andrey Voronkov <voronkovaa@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0238e09dea
commit
481557acff
@@ -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
|
||||
|
||||
@@ -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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user