charts/charts/youtubedl-material
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 4b23411778
[common] Transfer to separate repo (#656)
* [common] Transfer to separate repo

* Remove common unittests

* Use k3d instead of kind

* Bump all charts

* Skip uninstallable charts

* [alertmanager-bot] Disable probes

* Skip uninstallable charts
2021-03-12 07:59:14 -05:00
..
templates [youtubedl-material] new chart (#613) 2021-02-22 07:36:15 -05:00
.helmignore [youtubedl-material] new chart (#613) 2021-02-22 07:36:15 -05:00
Chart.yaml [common] Transfer to separate repo (#656) 2021-03-12 07:59:14 -05:00
README_CHANGELOG.md.gotmpl [youtubedl-material] new chart (#613) 2021-02-22 07:36:15 -05:00
README_CONFIG.md.gotmpl [youtubedl-material] new chart (#613) 2021-02-22 07:36:15 -05:00
README.md [helm-docs] Use helm docs for all charts [ci-skip] (#646) 2021-03-08 10:36:06 -05:00
README.md.gotmpl [helm-docs] Use helm docs for all charts [ci-skip] (#646) 2021-03-08 10:36:06 -05:00
values.yaml [youtubedl-material] new chart (#613) 2021-02-22 07:36:15 -05:00

youtubedl-material

Version: 1.0.0 AppVersion: 4.2

Self-hosted YouTube downloader built on Material Design

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Kubernetes: >=1.16.0-0

Dependencies

Repository Name Version
https://k8s-at-home.com/charts/ common 3.0.1

TL;DR

helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install youtubedl-material k8s-at-home/youtubedl-material

Installing the Chart

To install the chart with the release name youtubedl-material

helm install youtubedl-material k8s-at-home/youtubedl-material

Uninstalling the Chart

To uninstall the youtubedl-material deployment

helm uninstall youtubedl-material

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install youtubedl-material \
  --set env.TZ="America/New York" \
    k8s-at-home/youtubedl-material

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install youtubedl-material k8s-at-home/youtubedl-material -f values.yaml

Custom configuration

N/A

Values

Important: When deploying an application Helm chart you can add more values from our common library chart here

Key Type Default Description
env object {}
image.pullPolicy string "IfNotPresent"
image.repository string "tzahi12345/youtubedl-material"
image.tag float 4.2
ingress.enabled bool false
persistence.audio.emptyDir bool false
persistence.audio.enabled bool false
persistence.audio.mountPath string "/app/audio"
persistence.config.emptyDir bool false
persistence.config.enabled bool false
persistence.config.mountPath string "/app/appdata"
persistence.subscriptions.emptyDir bool false
persistence.subscriptions.enabled bool false
persistence.subscriptions.mountPath string "/subscriptions"
persistence.users.emptyDir bool false
persistence.users.enabled bool false
persistence.users.mountPath string "/users"
persistence.video.emptyDir bool false
persistence.video.enabled bool false
persistence.video.mountPath string "/video"
service.port.port int 17442
strategy.type string "Recreate"

Changelog

All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0

Added

  • N/A

Changed

  • N/A

Removed

  • N/A

Support