730007ade0
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
---|---|---|
.. | ||
SCALE | ||
templates | ||
CONFIG.md | ||
Chart.yaml | ||
README.md | ||
app-readme.md | ||
values.yaml |
README.md
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 | Url | |
---|---|---|
TrueCharts | info@truecharts.org | truecharts.org |
warllo54 | 20650065+warllo54@users.noreply.github.com | truecharts.org |
Source Code
Requirements
Kubernetes: >=1.16.0-0
Repository | Name | Version |
---|---|---|
https://truecharts.org/ | common | 6.8.0 |
Values
Key | Type | Default | Description |
---|---|---|---|
env.CHECK_FREQUENCY | int | 240 |
|
env.PASSWORD | string | "secretpasswordgoeshere" |
|
hostPathMounts[0].enabled | bool | true |
|
hostPathMounts[0].mountPath | string | "/assets" |
|
hostPathMounts[0].name | string | "assets" |
|
hostPathMounts[0].type | string | "emptyDir" |
|
image.pullPolicy | string | "Always" |
|
image.repository | string | "akhilrex/podgrab" |
|
image.tag | string | "1.0.0" |
|
persistence.config.enabled | bool | true |
|
persistence.config.mountPath | string | "/config" |
|
persistence.config.type | string | "emptyDir" |
|
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