|
|
|
@@ -0,0 +1,65 @@
|
|
|
|
|
# podgrab
|
|
|
|
|
|
|
|
|
|
  
|
|
|
|
|
|
|
|
|
|
A self-hosted podcast manager to download episodes as soon as they become live.
|
|
|
|
|
|
|
|
|
|
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/incubator/podgrab>
|
|
|
|
|
|
|
|
|
|
## Maintainers
|
|
|
|
|
|
|
|
|
|
| Name | Email | Url |
|
|
|
|
|
| ---- | ------ | --- |
|
|
|
|
|
| TrueCharts | info@truecharts.org | truecharts.org |
|
|
|
|
|
| warllo54 | 20650065+warllo54@users.noreply.github.com | truecharts.org |
|
|
|
|
|
|
|
|
|
|
## Source Code
|
|
|
|
|
|
|
|
|
|
* <https://github.com/akhilrex/podgrab>
|
|
|
|
|
* <https://hub.docker.com/r/akhilrex/podgrab>
|
|
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
|
|
Kubernetes: `>=1.16.0-0`
|
|
|
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|
|------------|------|---------|
|
|
|
|
|
| https://truecharts.org/ | common | 6.12.1 |
|
|
|
|
|
|
|
|
|
|
## Values
|
|
|
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|
|-----|------|---------|-------------|
|
|
|
|
|
| env.CHECK_FREQUENCY | int | `240` | |
|
|
|
|
|
| env.PASSWORD | string | `"secretpasswordgoeshere"` | |
|
|
|
|
|
| hostPathMounts[0].accessMode | string | `"ReadWriteOnce"` | |
|
|
|
|
|
| hostPathMounts[0].enabled | bool | `true` | |
|
|
|
|
|
| hostPathMounts[0].mountPath | string | `"/assets"` | |
|
|
|
|
|
| hostPathMounts[0].name | string | `"assets"` | |
|
|
|
|
|
| hostPathMounts[0].size | string | `"100Gi"` | |
|
|
|
|
|
| hostPathMounts[0].type | string | `"pvc"` | |
|
|
|
|
|
| image.pullPolicy | string | `"Always"` | |
|
|
|
|
|
| image.repository | string | `"akhilrex/podgrab"` | |
|
|
|
|
|
| image.tag | string | `"1.0.0"` | |
|
|
|
|
|
| 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"` | |
|
|
|
|
|
| podSecurityContext.fsGroup | int | `568` | |
|
|
|
|
|
| podSecurityContext.runAsGroup | int | `568` | |
|
|
|
|
|
| podSecurityContext.runAsNonRoot | bool | `true` | |
|
|
|
|
|
| podSecurityContext.runAsUser | int | `568` | |
|
|
|
|
|
| probes.liveness.enabled | bool | `false` | |
|
|
|
|
|
| probes.readiness.enabled | bool | `false` | |
|
|
|
|
|
| probes.startup.enabled | bool | `false` | |
|
|
|
|
|
| service.main.ports.main.port | int | `8080` | |
|
|
|
|
|
| service.tcp.enabled | bool | `true` | |
|
|
|
|
|
| service.tcp.ports.tcp.enabled | bool | `true` | |
|
|
|
|
|
| service.tcp.ports.tcp.port | int | `51080` | |
|
|
|
|
|
| service.tcp.ports.tcp.protocol | string | `"TCP"` | |
|
|
|
|
|
| service.tcp.type | string | `"ClusterIP"` | |
|
|
|
|
|
| strategy.type | string | `"Recreate"` | |
|
|
|
|
|
|
|
|
|
|
----------------------------------------------
|
|
|
|
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|