Skip to content

Commit

Permalink
[bitnami/phpmyadmin] Use different liveness/readiness probes
Browse files Browse the repository at this point in the history
Signed-off-by: David Gomez <[email protected]>
  • Loading branch information
dgomezleon committed May 17, 2024
1 parent 10b559d commit 8630093
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bitnami/phpmyadmin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ maintainers:
name: phpmyadmin
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin
version: 16.0.2
version: 16.0.3
3 changes: 1 addition & 2 deletions bitnami/phpmyadmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ As an alternative, you can use of the preset configurations for pod affinity, po
| `startupProbe.failureThreshold` | Failure threshold for startupProbe | `6` |
| `startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
| `livenessProbe.enabled` | Enable livenessProbe | `true` |
| `livenessProbe.httpGet.path` | Request path for livenessProbe | `/` |
| `livenessProbe.httpGet.port` | Port for livenessProbe | `http` |
| `livenessProbe.tcpSocket.port` | Port for livenessProbe | `http` |
| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `30` |
| `livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `30` |
Expand Down
6 changes: 2 additions & 4 deletions bitnami/phpmyadmin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ startupProbe:
## phpMyAdmin containers' liveness probe. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
## @param livenessProbe.enabled Enable livenessProbe
## @param livenessProbe.httpGet.path Request path for livenessProbe
## @param livenessProbe.httpGet.port Port for livenessProbe
## @param livenessProbe.tcpSocket.port Port for livenessProbe
## @param livenessProbe.initialDelaySeconds Initial delay seconds for livenessProbe
## @param livenessProbe.periodSeconds Period seconds for livenessProbe
## @param livenessProbe.timeoutSeconds Timeout seconds for livenessProbe
Expand All @@ -239,8 +238,7 @@ livenessProbe:
periodSeconds: 10
successThreshold: 1
failureThreshold: 6
httpGet:
path: /
tcpSocket:
port: http
## phpMyAdmin containers' readiness probes. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
Expand Down

0 comments on commit 8630093

Please sign in to comment.