|
1 | 1 | # drupal |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Drupal 10 variant of the Web Experience Toolkit (WxT). |
6 | 6 |
|
@@ -98,6 +98,18 @@ helm install --name drupal -f values-<override>.yaml |
98 | 98 | | drupal.extensions.enabled | bool | `true` | | |
99 | 99 | | drupal.extraSettings | string | `""` | | |
100 | 100 | | drupal.healthcheck.enabled | bool | `true` | | |
| 101 | +| drupal.healthcheck.probes.livenessProbe.exec.command[0] | string | `"php-fpm-healthcheck"` | | |
| 102 | +| drupal.healthcheck.probes.livenessProbe.failureThreshold | int | `3` | | |
| 103 | +| drupal.healthcheck.probes.livenessProbe.initialDelaySeconds | int | `1` | | |
| 104 | +| drupal.healthcheck.probes.livenessProbe.periodSeconds | int | `5` | | |
| 105 | +| drupal.healthcheck.probes.livenessProbe.successThreshold | int | `1` | | |
| 106 | +| drupal.healthcheck.probes.livenessProbe.timeoutSeconds | int | `1` | | |
| 107 | +| drupal.healthcheck.probes.readinessProbe.exec.command[0] | string | `"php-fpm-healthcheck"` | | |
| 108 | +| drupal.healthcheck.probes.readinessProbe.failureThreshold | int | `3` | | |
| 109 | +| drupal.healthcheck.probes.readinessProbe.initialDelaySeconds | int | `1` | | |
| 110 | +| drupal.healthcheck.probes.readinessProbe.periodSeconds | int | `5` | | |
| 111 | +| drupal.healthcheck.probes.readinessProbe.successThreshold | int | `1` | | |
| 112 | +| drupal.healthcheck.probes.readinessProbe.timeoutSeconds | int | `1` | | |
101 | 113 | | drupal.image | string | `"drupalwxt/site-wxt"` | | |
102 | 114 | | drupal.imagePullPolicy | string | `"IfNotPresent"` | | |
103 | 115 | | drupal.install | bool | `true` | | |
@@ -163,6 +175,21 @@ helm install --name drupal -f values-<override>.yaml |
163 | 175 | | nginx.client_max_body_size | string | `"20m"` | | |
164 | 176 | | nginx.customLocations | string | `""` | | |
165 | 177 | | nginx.gzip | bool | `true` | | |
| 178 | +| nginx.healthcheck.enabled | bool | `true` | | |
| 179 | +| nginx.healthcheck.livenessProbe.failureThreshold | int | `3` | | |
| 180 | +| nginx.healthcheck.livenessProbe.httpGet.path | string | `"/_healthz"` | | |
| 181 | +| nginx.healthcheck.livenessProbe.httpGet.port | int | `8080` | | |
| 182 | +| nginx.healthcheck.livenessProbe.initialDelaySeconds | int | `1` | | |
| 183 | +| nginx.healthcheck.livenessProbe.periodSeconds | int | `5` | | |
| 184 | +| nginx.healthcheck.livenessProbe.successThreshold | int | `1` | | |
| 185 | +| nginx.healthcheck.livenessProbe.timeoutSeconds | int | `1` | | |
| 186 | +| nginx.healthcheck.readinessProbe.failureThreshold | int | `3` | | |
| 187 | +| nginx.healthcheck.readinessProbe.httpGet.path | string | `"/_healthz"` | | |
| 188 | +| nginx.healthcheck.readinessProbe.httpGet.port | int | `8080` | | |
| 189 | +| nginx.healthcheck.readinessProbe.initialDelaySeconds | int | `1` | | |
| 190 | +| nginx.healthcheck.readinessProbe.periodSeconds | int | `5` | | |
| 191 | +| nginx.healthcheck.readinessProbe.successThreshold | int | `1` | | |
| 192 | +| nginx.healthcheck.readinessProbe.timeoutSeconds | int | `1` | | |
166 | 193 | | nginx.image | string | `"drupalwxt/site-wxt"` | | |
167 | 194 | | nginx.imagePullPolicy | string | `"IfNotPresent"` | | |
168 | 195 | | nginx.nodeSelector | object | `{}` | | |
|
0 commit comments