[bitnami/*] Fix typo in README (leaviness > liveness) (#4917)

This commit is contained in:
Marco Kilchhofer
2021-01-08 10:27:23 +01:00
committed by GitHub
parent edc7ff6a36
commit 80ca8265b5
23 changed files with 24 additions and 24 deletions

View File

@@ -26,4 +26,4 @@ name: wildfly
sources:
- https://github.com/bitnami/bitnami-docker-wildfly
- http://wildfly.org
version: 7.0.1
version: 7.0.2

View File

@@ -97,7 +97,7 @@ The following tables lists the configurable parameters of the WildFly chart and
| `containerSecurityContext` | Wildfly containers' Security Context | Check `values.yaml` file |
| `resources.limits` | The resources limits for the Wildfly container | `{}` |
| `resources.requests` | The requested resources for the Wildfly container | `{"memory": "512Mi", "cpu": "300m"}` |
| `leavinessProbe` | Leaviness probe configuration for Wildfly | Check `values.yaml` file |
| `livenessProbe` | Liveness probe configuration for Wildfly | Check `values.yaml` file |
| `readinessProbe` | Readiness probe configuration for Wildfly | Check `values.yaml` file |
| `customLivenessProbe` | Override default liveness probe | `nil` |
| `customReadinessProbe` | Override default readiness probe | `nil` |