No introduction found. Create it?
Install with:
helm repo add app-template oci://ghcr.io/bjw-s-labs/charts/
helm install tika app-template/app-template -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| tika | m00nwtchr/homelab-cluster | 39 | 5.0.1 | a month ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
| string | |
| number | |
| number | |
| string | |
| boolean | |
| string | |
| number | |
| string | |
| number | |
| string | |
controllers.tika.containers.app.image.tag (4) 3.3.1.0@sha256:90b7fa1dc018434075fce9e1d9b88b1e3d0ea6979d0cf86e116c79a8073ae973 | string |
| string | |
| string | |
| string | |
controllers.tika.containers.tika.image.repository (2) mirror.gcr.io/apache/tika | string |
controllers.tika.containers.tika.image.tag (2) 3.3.1.0-full@sha256:d8e6ed96260ad89307a93195a1b856102987a818ac648502f8efbaf313d32470 | string |
controllers.tika.containers.tika.args[] (1) - -c | string |
| string | |
| boolean | |
| boolean | |
| string | |
| number | |
| boolean | |
| boolean | |
| string | |
| number | |
| string | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| number | |
| string | |
| number | |
| boolean | |
| number | |
| string | |
| string | |
| string | |
| string | |
| boolean | |
| string | |
controllers.tika.strategy (2) RollingUpdate | string |
| number | |
| string | |
controllers.main.containers.main.image.tag (1) 4.0.0-SNAPSHOT-full | string |
persistence.tmp.type (2) emptyDir | string |
| boolean | |
| string | |
persistence.config.globalMounts[].path (1) /etc/tika/tika-config.xml | string |
| boolean | |
persistence.config.globalMounts[].subPath (1) tika-config.xml | string |
| string | |
persistence.config.type (1) configMap | string |
configMaps.config.data."tika-config.xml" (1) <?xml version="1.0" encoding="UTF-8"?>
<properties>
<server>
<params>
<!-- default is 300000 (5m). A task exceeding this sets the
server status to TIMEOUT, which shuts down the whole
forked JVM and kills every concurrent request on this pod. -->
<taskTimeoutMillis>1800000</taskTimeoutMillis>
</params>
</server>
</properties> | string |