[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:
Fran Mulero
2024-05-20 07:08:26 +00:00
committed by GitHub
co-authored by Andrés Bono
parent e533bfafe5
commit 59e9bedd1d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -413,7 +413,7 @@ autoscaling:
## @param pdb.maxUnavailable Maximum unavailable Memcached replicas
##
pdb:
create: false
create: true
minAvailable: ""
maxUnavailable: 1
## @section Traffic Exposure parameters