|
| 1 | +# stirling-pdf |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +Stirling-PDF is a robust, locally hosted web-based PDF manipulation tool using Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/Yooooomi/your_spotify> |
| 8 | + |
| 9 | +## Maintainers |
| 10 | + |
| 11 | +| Name | Email | Url | |
| 12 | +| ---- | ------ | --- | |
| 13 | +| QJOLY | <[email protected]> | <https://une-tasse-de.cafe> | |
| 14 | + |
| 15 | +## Source Code |
| 16 | + |
| 17 | +* <https://github.com/Yooooomi/your_spotify> |
| 18 | + |
| 19 | +## Requirements |
| 20 | + |
| 21 | +Kubernetes: `>= 1.18` |
| 22 | + |
| 23 | +| Repository | Name | Version | |
| 24 | +|------------|------|---------| |
| 25 | +| https://rubxkube.github.io/common-charts | common | v0.3.12 | |
| 26 | + |
| 27 | +## Values |
| 28 | + |
| 29 | +| Key | Type | Default | Description | |
| 30 | +|-----|------|---------|-------------| |
| 31 | +| common.deployment.port | int | `8080` | | |
| 32 | +| common.image.pullPolicy | string | `"IfNotPresent"` | | |
| 33 | +| common.image.repository | string | `"ghcr.io/stirling-tools/stirling-pdf"` | | |
| 34 | +| common.image.tag | string | `"0.36.5"` | | |
| 35 | +| common.ingress.annotations | object | `{}` | | |
| 36 | +| common.ingress.enabled | bool | `true` | | |
| 37 | +| common.ingress.extraLabels | object | `{}` | | |
| 38 | +| common.ingress.hostName | string | `"stirling-pdf.your-domain.com"` | | |
| 39 | +| common.ingress.ingressClassName | string | `"nginx"` | | |
| 40 | +| common.ingress.tls.enabled | bool | `true` | | |
| 41 | +| common.ingress.tls.secretName | string | `"stirling-pdf"` | | |
| 42 | +| common.livenessProbe | object | `{}` | | |
| 43 | +| common.livenessProbeEnabled | bool | `false` | | |
| 44 | +| common.name | string | `"stirling-pdf"` | | |
| 45 | +| common.persistence.enabled | bool | `true` | | |
| 46 | +| common.persistence.volumes[0].containerMount | string | `"/usr/share/tessdata"` | | |
| 47 | +| common.persistence.volumes[0].name | string | `"trainingdata"` | | |
| 48 | +| common.persistence.volumes[0].pvcClaim | string | `""` | | |
| 49 | +| common.persistence.volumes[0].size | string | `"10Gi"` | | |
| 50 | +| common.persistence.volumes[0].storageClassName | string | `""` | | |
| 51 | +| common.persistence.volumes[1].containerMount | string | `"/configs"` | | |
| 52 | +| common.persistence.volumes[1].name | string | `"config"` | | |
| 53 | +| common.persistence.volumes[1].pvcClaim | string | `""` | | |
| 54 | +| common.persistence.volumes[1].size | string | `"1Gi"` | | |
| 55 | +| common.persistence.volumes[1].storageClassName | string | `""` | | |
| 56 | +| common.persistence.volumes[2].containerMount | string | `"/logs"` | | |
| 57 | +| common.persistence.volumes[2].name | string | `"log"` | | |
| 58 | +| common.persistence.volumes[2].pvcClaim | string | `""` | | |
| 59 | +| common.persistence.volumes[2].size | string | `"1Gi"` | | |
| 60 | +| common.persistence.volumes[2].storageClassName | string | `""` | | |
| 61 | +| common.readinessProbe | object | `{}` | | |
| 62 | +| common.readinessProbeEnabled | bool | `false` | | |
| 63 | +| common.service.containerPort | int | `8080` | | |
| 64 | +| common.service.servicePort | int | `8080` | | |
| 65 | +| common.startupProbe | object | `{}` | | |
| 66 | +| common.startupProbeEnabled | bool | `false` | | |
| 67 | +| common.variables.nonSecret.DOCKER_ENABLE_SECURITY | bool | `false` | | |
| 68 | +| common.variables.nonSecret.INSTALL_BOOK_AND_ADVANCED_HTML_OPS | bool | `true` | | |
| 69 | +| common.variables.nonSecret.LANGS | string | `"en_GB"` | | |
| 70 | + |
0 commit comments