[bitnami/redis] Fix priorityClassName (#4010)

This commit is contained in:
Carlos Rodríguez Hernández
2020-10-14 16:57:53 +02:00
committed by GitHub
parent d6b3ff9a21
commit eaac9f57e8
4 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: redis
version: 11.1.1
version: 11.1.3
appVersion: 6.0.8
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
keywords:

View File

@@ -120,7 +120,7 @@ The following table lists the configurable parameters of the Redis chart and the
| `metrics.service.annotations` | Annotations for the services to monitor (redis master and redis slave service) | {} |
| `metrics.service.labels` | Additional labels for the metrics service | {} |
| `metrics.service.loadBalancerIP` | loadBalancerIP if redis metrics service type is `LoadBalancer` | `nil` |
| `metrics.priorityClassName` | Metrics exporter pod priorityClassName | {} |
| `metrics.priorityClassName` | Metrics exporter pod priorityClassName | `nil` |
| `metrics.prometheusRule.enabled` | Set this to true to create prometheusRules for Prometheus operator | `false` |
| `metrics.prometheusRule.additionalLabels` | Additional labels that can be used so prometheusRules will be discovered by Prometheus | `{}` |
| `metrics.prometheusRule.namespace` | namespace where prometheusRules resource should be created | Same namespace as redis |
@@ -182,7 +182,7 @@ The following table lists the configurable parameters of the Redis chart and the
| `master.readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed (redis master pod) | `1` |
| `master.readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | `5` |
| `master.shareProcessNamespace` | Redis Master pod `shareProcessNamespace` option. Enables /pause reap zombie PIDs. | `false` |
| `master.priorityClassName` | Redis Master pod priorityClassName | {} |
| `master.priorityClassName` | Redis Master pod priorityClassName | `nil` |
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the registry (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/minideb` |
@@ -236,7 +236,7 @@ The following table lists the configurable parameters of the Redis chart and the
| `slave.affinity` | Enable node/pod affinity for slaves | {} |
| `slave.tolerations` | Toleration labels for Redis slave pod assignment | [] |
| `slave.spreadConstraints` | [Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) for Redis slave pod | {} |
| `slave.priorityClassName` | Redis Slave pod priorityClassName | {} |
| `slave.priorityClassName` | Redis Slave pod priorityClassName | `nil` |
| `sentinel.enabled` | Enable sentinel containers | `false` |
| `sentinel.usePassword` | Use password for sentinel containers | `true` |
| `sentinel.masterSet` | Name of the sentinel master set | `mymaster` |

View File

@@ -415,7 +415,7 @@ master:
## Redis Master pod priorityClassName
##
priorityClassName: {}
priorityClassName: ''
## An array to add extra env vars
## For example:
@@ -562,7 +562,7 @@ slave:
podAnnotations: {}
## Redis slave pod priorityClassName
# priorityClassName: {}
# priorityClassName: ''
## Enable persistence using Persistent Volume Claims
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
@@ -710,7 +710,7 @@ metrics:
rules: []
## Metrics exporter pod priorityClassName
# priorityClassName: {}
# priorityClassName: ''
service:
type: ClusterIP
## Use serviceLoadBalancerIP to request a specific static IP,

View File

@@ -415,7 +415,7 @@ master:
## Redis Master pod priorityClassName
##
priorityClassName: {}
priorityClassName: ''
## An array to add extra env vars
## For example:
@@ -562,7 +562,7 @@ slave:
podAnnotations: {}
## Redis slave pod priorityClassName
# priorityClassName: {}
# priorityClassName: ''
## Enable persistence using Persistent Volume Claims
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
@@ -710,7 +710,7 @@ metrics:
rules: []
## Metrics exporter pod priorityClassName
# priorityClassName: {}
# priorityClassName: ''
service:
type: ClusterIP
## Use serviceLoadBalancerIP to request a specific static IP,