TrueChartsClone/charts/incubator/podgrab
TrueCharts-Bot 730007ade0 Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-16 14:00:17 +00:00
..
SCALE Update app icons (#743) 2021-08-08 09:44:25 +02:00
templates
CONFIG.md Daily Housekeeping 2021-08-16 14:00:17 +00:00
Chart.yaml Daily Housekeeping 2021-08-16 14:00:17 +00:00
README.md Daily Housekeeping 2021-08-16 14:00:17 +00:00
app-readme.md
values.yaml Dynamic polling (#560) 2021-06-14 17:53:38 +02:00

README.md

podgrab

Version: 4.6.3 Type: application AppVersion: auto

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

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