A Helm chart for https://github.com/Tzahi12345/YoutubeDL-Material
This Chart is a re-hosting of the official YoutubeDL-Material repository Since the YoutubeDL-Material doesn't have a way to directly use their helm chart (ie, its not in a helm repository), this version is an unmodified copy of that chart but ends up being published to https://repos.imartin.io/charts for ease-of-use.
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "tzahi12345/youtubedl-material" |
|
image.tag | string | "" |
|
imagePullSecrets | list | [] |
|
ingress.annotations | object | {} |
|
ingress.enabled | bool | false |
|
ingress.hosts[0].host | string | "chart-example.local" |
|
ingress.hosts[0].paths | list | [] |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
persistence.appdata.accessMode | string | "ReadWriteOnce" |
|
persistence.appdata.enabled | bool | true |
|
persistence.appdata.size | string | "1Gi" |
|
persistence.audio.accessMode | string | "ReadWriteOnce" |
|
persistence.audio.enabled | bool | true |
|
persistence.audio.size | string | "50Gi" |
|
persistence.subscriptions.accessMode | string | "ReadWriteOnce" |
|
persistence.subscriptions.enabled | bool | true |
|
persistence.subscriptions.size | string | "50Gi" |
|
persistence.users.accessMode | string | "ReadWriteOnce" |
|
persistence.users.enabled | bool | true |
|
persistence.users.size | string | "50Gi" |
|
persistence.video.accessMode | string | "ReadWriteOnce" |
|
persistence.video.enabled | bool | true |
|
persistence.video.size | string | "50Gi" |
|
podAnnotations | object | {} |
|
podSecurityContext | object | {} |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext | object | {} |
|
service.port | int | 17442 |
|
service.type | string | "ClusterIP" |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | "" |
|
tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.11.3