mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/memcached] PDB review (#25981)
Signed-off-by: Fran Mulero <fmulero@vmware.com> Signed-off-by: Andrés Bono <andresbono@vmware.com> Co-authored-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
co-authored by
Andrés Bono
parent
e533bfafe5
commit
59e9bedd1d
@@ -31,4 +31,4 @@ maintainers:
|
||||
name: memcached
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/memcached
|
||||
version: 7.1.1
|
||||
version: 7.2.0
|
||||
|
||||
@@ -231,7 +231,7 @@ If you encounter errors when working with persistent volumes, refer to our [trou
|
||||
| `autoscaling.maxReplicas` | memcached statefulset autoscaling maximum number of replicas | `6` |
|
||||
| `autoscaling.targetCPU` | memcached statefulset autoscaling target CPU percentage | `50` |
|
||||
| `autoscaling.targetMemory` | memcached statefulset autoscaling target CPU memory | `50` |
|
||||
| `pdb.create` | Deploy a pdb object for the Memcached pod | `false` |
|
||||
| `pdb.create` | Deploy a pdb object for the Memcached pod | `true` |
|
||||
| `pdb.minAvailable` | Minimum available Memcached replicas | `""` |
|
||||
| `pdb.maxUnavailable` | Maximum unavailable Memcached replicas | `1` |
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved.
|
||||
SPDX-License-Identifier: APACHE-2.0
|
||||
*/}}
|
||||
|
||||
{{- if and .Values.pdb.create (eq .Values.architecture "high-availability") }}
|
||||
{{- if .Values.pdb.create }}
|
||||
apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
|
||||
@@ -413,7 +413,7 @@ autoscaling:
|
||||
## @param pdb.maxUnavailable Maximum unavailable Memcached replicas
|
||||
##
|
||||
pdb:
|
||||
create: false
|
||||
create: true
|
||||
minAvailable: ""
|
||||
maxUnavailable: 1
|
||||
## @section Traffic Exposure parameters
|
||||
|
||||
Reference in New Issue
Block a user