mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
2b32f7ee83
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Devin Buhl <devin.kray@gmail.com>
54 lines
894 B
YAML
54 lines
894 B
YAML
#
|
|
# IMPORTANT NOTE
|
|
#
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
|
#
|
|
|
|
image:
|
|
repository: tzahi12345/youtubedl-material
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.2
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
env: {}
|
|
# TZ:
|
|
# UID:
|
|
# GID:
|
|
|
|
service:
|
|
port:
|
|
port: 17442
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /app/appdata
|
|
audio:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /app/audio
|
|
subscriptions:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /subscriptions
|
|
users:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /users
|
|
video:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /video
|