diff --git a/bitnami/chainloop/README.md b/bitnami/chainloop/README.md index 27ef4a4db2211d..b4658881bc179e 100644 --- a/bitnami/chainloop/README.md +++ b/bitnami/chainloop/README.md @@ -706,6 +706,9 @@ chainloop config save \ | `controlplane.autoscaling.hpa.maxReplicas` | Maximum number of replicas | `""` | | `controlplane.autoscaling.hpa.targetCPU` | Target CPU utilization percentage | `""` | | `controlplane.autoscaling.hpa.targetMemory` | Target Memory utilization percentage | `""` | +| `controlplane.pdb.enabled` | Create Pod Disruption Budget for the server component | `true` | +| `controlplane.pdb.minAvailable` | Sets the min number of pods availables for the Pod Disruption Budget | `""` | +| `controlplane.pdb.maxUnavailable` | Sets the max number of pods unavailable for the Pod Disruption Budget | `""` | ### Artifact Content Addressable (CAS) API @@ -846,6 +849,9 @@ chainloop config save \ | `cas.autoscaling.hpa.maxReplicas` | Maximum number of replicas | `""` | | `cas.autoscaling.hpa.targetCPU` | Target CPU utilization percentage | `""` | | `cas.autoscaling.hpa.targetMemory` | Target Memory utilization percentage | `""` | +| `cas.pdb.enabled` | Create Pod Disruption Budget for the server component | `true` | +| `cas.pdb.minAvailable` | Sets the min number of pods availables for the Pod Disruption Budget | `""` | +| `cas.pdb.maxUnavailable` | Sets the max number of pods unavailable for the Pod Disruption Budget | `""` | ### Dependencies diff --git a/bitnami/chainloop/values.yaml b/bitnami/chainloop/values.yaml index 74b692de05a9c0..60602d5302f1db 100644 --- a/bitnami/chainloop/values.yaml +++ b/bitnami/chainloop/values.yaml @@ -939,9 +939,9 @@ controlplane: ## Pod disruption budget configuration ## Ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/ - ## @param server.pdb.enabled Create Pod Disruption Budget for the server component - ## @param server.pdb.minAvailable Sets the min number of pods availables for the Pod Disruption Budget - ## @param server.pdb.maxUnavailable Sets the max number of pods unavailable for the Pod Disruption Budget + ## @param controlplane.pdb.enabled Create Pod Disruption Budget for the server component + ## @param controlplane.pdb.minAvailable Sets the min number of pods availables for the Pod Disruption Budget + ## @param controlplane.pdb.maxUnavailable Sets the max number of pods unavailable for the Pod Disruption Budget ## pdb: enabled: true @@ -1620,9 +1620,9 @@ cas: ## Pod disruption budget configuration ## Ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/ - ## @param server.pdb.enabled Create Pod Disruption Budget for the server component - ## @param server.pdb.minAvailable Sets the min number of pods availables for the Pod Disruption Budget - ## @param server.pdb.maxUnavailable Sets the max number of pods unavailable for the Pod Disruption Budget + ## @param cas.pdb.enabled Create Pod Disruption Budget for the server component + ## @param cas.pdb.minAvailable Sets the min number of pods availables for the Pod Disruption Budget + ## @param cas.pdb.maxUnavailable Sets the max number of pods unavailable for the Pod Disruption Budget ## pdb: enabled: true