[bitnami/apisix] fix: 🐛 Enable liveness probe (#22520)

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2024-01-22 14:16:00 +01:00
committed by GitHub
parent 630344996e
commit 37434b9b38
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -45,4 +45,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/apisix
- https://github.com/bitnami/charts/tree/main/bitnami/apisix-dashboard
- https://github.com/bitnami/charts/tree/main/bitnami/apisix-ingress-controller
version: 2.5.0
version: 2.5.1
+2 -2
View File
@@ -93,7 +93,7 @@ The command removes all the Kubernetes components associated with the chart and
| `dataPlane.containerPorts.https` | APISIX HTTPS container port | `9443` |
| `dataPlane.containerPorts.control` | APISIX control container port | `9090` |
| `dataPlane.containerPorts.metrics` | APISIX metrics container port | `9099` |
| `dataPlane.livenessProbe.enabled` | Enable livenessProbe on APISIX containers | `false` |
| `dataPlane.livenessProbe.enabled` | Enable livenessProbe on APISIX containers | `true` |
| `dataPlane.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `5` |
| `dataPlane.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `dataPlane.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
@@ -264,7 +264,7 @@ The command removes all the Kubernetes components associated with the chart and
| `controlPlane.containerPorts.configServer` | APISIX config port | `9280` |
| `controlPlane.containerPorts.control` | APISIX control port | `9090` |
| `controlPlane.containerPorts.metrics` | APISIX metrics port | `9099` |
| `controlPlane.livenessProbe.enabled` | Enable livenessProbe on APISIX containers | `false` |
| `controlPlane.livenessProbe.enabled` | Enable livenessProbe on APISIX containers | `true` |
| `controlPlane.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `5` |
| `controlPlane.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `controlPlane.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
+3 -5
View File
@@ -130,8 +130,7 @@ dataPlane:
## @param dataPlane.livenessProbe.successThreshold Success threshold for livenessProbe
##
livenessProbe:
# As the user needs to manually unseal the apisix, we don't want Apisix to restart
enabled: false
enabled: true
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
@@ -835,8 +834,7 @@ controlPlane:
## @param controlPlane.livenessProbe.successThreshold Success threshold for livenessProbe
##
livenessProbe:
# As the user needs to manually unseal the apisix, we don't want Apisix to restart
enabled: false
enabled: true
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
@@ -2233,7 +2231,7 @@ ingressController:
##
enabled: true
## Bitnami APISIX Ingress Controller image
## ref: https://hub.docker.com/r/bitnami/vault-k8s/tags/
## ref: https://hub.docker.com/r/bitnami/apisix-ingress-controller/tags/
## @param ingressController.image.registry [default: REGISTRY_NAME] APISIX Ingress Controller image registry
## @param ingressController.image.repository [default: REPOSITORY_NAME/apisix-ingress-controller] APISIX Ingress Controller image repository
## @skip ingressController.image.tag APISIX Ingress Controller image tag (immutable tags are recommended)