From 0644674be1a970704f34026ddf2c3326c7a92973 Mon Sep 17 00:00:00 2001 From: William Hall Date: Wed, 4 Dec 2019 16:49:49 -0500 Subject: [PATCH] new parameter added to README.md --- bitnami/apache/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bitnami/apache/README.md b/bitnami/apache/README.md index 1ecf270f50..7e3817b6c7 100644 --- a/bitnami/apache/README.md +++ b/bitnami/apache/README.md @@ -75,6 +75,10 @@ The following tables lists the configurable parameters of the Apache chart and t | `cloneHtdocsFromGit.branch` | Branch inside the git repository | `nil` | | `cloneHtdocsFromGit.interval` | Interval for sidecar container pull from the repository | `60` | | `podAnnotations` | Pod annotations | `{}` | +| `livenessProbe.enabled` | Enable liveness probe | `true` | +| `livenessProbe.path` | Path to access on the HTTP server | `/` | +| `readinessProbe.enabled` | Enable readiness probe | `true` | +| `readinessProbe.path` | Path to access on the HTTP server | `/` | | `ingress.enabled` | Enable ingress controller resource | `false` | | `ingress.hostname` | Default host for the ingress resource | `example.local` | | `ingress.certManager` | Add annotations for cert-manager | `false` |