mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/*] Fix typo in README (leaviness > liveness) (#4917)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user