|
|
|
|
@@ -39,6 +39,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
|
|
|
|
|
| `timezone` | Timezone the calibre-web instance should run as, e.g. 'America/New_York' | `UTC` |
|
|
|
|
|
| `puid` | process userID the calibre-web instance should run as | `1001` |
|
|
|
|
|
| `pgid` | process groupID the calibre-web instance should run as | `1001` |
|
|
|
|
|
`dockerMods` | Enable "Docker Mods" for the Calibre-Web container | `nil` |
|
|
|
|
|
| `probes.liveness.initialDelaySeconds` | Specify liveness `initialDelaySeconds` parameter for the deployment | `60` |
|
|
|
|
|
| `probes.liveness.failureThreshold` | Specify liveness `failureThreshold` parameter for the deployment | `5` |
|
|
|
|
|
| `probes.liveness.timeoutSeconds` | Specify liveness `timeoutSeconds` parameter for the deployment | `10` |
|
|
|
|
|
@@ -64,6 +65,14 @@ The following tables lists the configurable parameters of the Sentry chart and t
|
|
|
|
|
| `persistence.config.storageClass` | Type of persistent volume claim | `-` |
|
|
|
|
|
| `persistence.config.accessMode` | Persistence access mode | `ReadWriteOnce` |
|
|
|
|
|
| `persistence.config.skipuninstall` | Do not delete the pvc upon helm uninstall | `false` |
|
|
|
|
|
| `persistence.books.enabled` | Use persistent volume to store books | `true` |
|
|
|
|
|
| `persistence.books.size` | Size of persistent volume claim | `1Gi` |
|
|
|
|
|
| `persistence.books.existingClaim`| Use an existing PVC to persist data | `nil` |
|
|
|
|
|
| `persistence.books.subPath` | Mount a sub directory of the persistent volume if set | `""` |
|
|
|
|
|
| `persistence.books.storageClass` | Type of persistent volume claim | `-` |
|
|
|
|
|
| `persistence.books.accessMode` | Persistence access mode | `ReadWriteOnce` |
|
|
|
|
|
| `persistence.books.skipuninstall` | Do not delete the pvc upon helm uninstall | `false` |
|
|
|
|
|
| `persistence.extraExistingClaimMounts` | Optionally add multiple existing claims to the container | `[]` |
|
|
|
|
|
| `resources` | CPU/Memory resource requests/limits | `{}` |
|
|
|
|
|
| `nodeSelector` | Node labels for pod assignment | `{}` |
|
|
|
|
|
| `tolerations` | Toleration labels for pod assignment | `[]` |
|