Skip to content

Commit

Permalink
[bitnami/zookeeper] Increase probeCommandTimeout for livenessProbe
Browse files Browse the repository at this point in the history
Signed-off-by: David Gomez <[email protected]>
  • Loading branch information
dgomezleon committed May 20, 2024
1 parent 06839ae commit 63db752
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitnami/zookeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ maintainers:
name: zookeeper
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/zookeeper
version: 13.2.2
version: 13.2.3
2 changes: 1 addition & 1 deletion bitnami/zookeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ As an alternative, you can use any of the preset configurations for pod affinity
| `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
| `livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` |
| `livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `livenessProbe.probeCommandTimeout` | Probe command timeout for livenessProbe | `2` |
| `livenessProbe.probeCommandTimeout` | Probe command timeout for livenessProbe | `3` |
| `readinessProbe.enabled` | Enable readinessProbe on ZooKeeper containers | `true` |
| `readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `5` |
| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
Expand Down
2 changes: 1 addition & 1 deletion bitnami/zookeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ livenessProbe:
timeoutSeconds: 5
failureThreshold: 6
successThreshold: 1
probeCommandTimeout: 2
probeCommandTimeout: 3
## @param readinessProbe.enabled Enable readinessProbe on ZooKeeper containers
## @param readinessProbe.initialDelaySeconds Initial delay seconds for readinessProbe
## @param readinessProbe.periodSeconds Period seconds for readinessProbe
Expand Down

0 comments on commit 63db752

Please sign in to comment.