[bitnami/whereabouts] Enable readinessProbe by default (#22537)

* [bitnami/whereabouts] Enable redinessProbe by default

Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Jose Antonio Carmona
2024-01-22 11:23:30 +01:00
committed by GitHub
parent b9a305a549
commit 9d8276d2ed
3 changed files with 3 additions and 3 deletions

View File

@@ -29,4 +29,4 @@ maintainers:
name: whereabouts
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/whereabouts
version: 0.7.1
version: 0.7.2

View File

@@ -138,7 +138,7 @@ The command removes all the Kubernetes components associated with the chart and
| `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
| `livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `5` |
| `livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `readinessProbe.enabled` | Enable readinessProbe | `false` |
| `readinessProbe.enabled` | Enable readinessProbe | `true` |
| `readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `10` |
| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `5` |
| `readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `1` |

View File

@@ -281,7 +281,7 @@ livenessProbe:
## @param readinessProbe.successThreshold Success threshold for readinessProbe
##
readinessProbe:
enabled: false
enabled: true
initialDelaySeconds: 10
periodSeconds: 5
timeoutSeconds: 1