mirror of
https://github.com/bitnami/charts.git
synced 2026-02-26 07:37:57 +08:00
[bitnami/redis] Fix priorityClassName (#4010)
This commit is contained in:
committed by
GitHub
parent
d6b3ff9a21
commit
eaac9f57e8
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user