Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Rodriguez <[email protected]>
  • Loading branch information
javirln committed Aug 7, 2024
1 parent a5f8ff0 commit d17f275
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions bitnami/chainloop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions bitnami/chainloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d17f275

Please sign in to comment.