mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
[bitnami/phpmyadmin] Use different liveness/readiness probes (#25974)
Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 18.0.5
|
||||
version: 18.0.6
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.19.2
|
||||
digest: sha256:cace9a42d55fdef3f63e833a30e03951e595c2c5d0f67268dca30c8db04e230a
|
||||
generated: "2024-05-18T02:24:51.779020822Z"
|
||||
digest: sha256:ef6c21935feee8df9c29913a37a9c4b98bac8b5e6e8818dd6264d280ef315ce2
|
||||
generated: "2024-05-20T09:23:15.101071+02:00"
|
||||
|
||||
@@ -36,4 +36,4 @@ maintainers:
|
||||
name: phpmyadmin
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin
|
||||
version: 16.0.3
|
||||
version: 16.0.4
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user