2.1 KiB
2.1 KiB
custom-app
Advanced tool to create your own TrueCharts-based App
Homepage: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
Maintainers
| Name | Url | |
|---|---|---|
| TrueCharts | info@truecharts.org | truecharts.org |
Source Code
Requirements
Kubernetes: >=1.16.0-0
| Repository | Name | Version |
|---|---|---|
| https://truecharts.org/ | common | 6.12.1 |
Values
| Key | Type | Default | Description |
|---|---|---|---|
| env | object | {} |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "ghcr.io/k8s-at-home/jackett" |
|
| image.tag | string | "v0.18.632" |
|
| persistence.config.accessMode | string | "ReadWriteOnce" |
|
| persistence.config.enabled | bool | true |
|
| persistence.config.mountPath | string | "/config" |
|
| persistence.config.size | string | "100Gi" |
|
| persistence.config.type | string | "pvc" |
|
| service.main.enabled | bool | true |
|
| service.main.ports.main.port | int | 9117 |
|
| service.main.portsList[0].enabled | bool | true |
|
| service.main.portsList[0].name | string | "extraport" |
|
| service.main.portsList[0].port | int | 9118 |
|
| serviceList[0].enabled | bool | true |
|
| serviceList[0].name | string | "extraservice" |
|
| serviceList[0].portsList[0].enabled | bool | true |
|
| serviceList[0].portsList[0].name | string | "extrasvcport" |
|
| serviceList[0].portsList[0].port | int | 9119 |
|
| strategy.type | string | "Recreate" |
Autogenerated from chart metadata using helm-docs v1.5.0