ytdl-web/charts/ytdl-web/values.yaml

30 lines
438 B
YAML

image:
repository: git.fifitido.net/apps/ytdl-web
pullPolicy: IfNotPresent
tag: 1.0.0
strategy:
type: Recreate
env:
YTDL_LISTEN: 0.0.0.0
YTDL_PORT: 80
# YTDL_BASEPATH: /example
service:
main:
ports:
http:
port: 80
ingress:
main:
enabled: false
hosts:
- host: ytdl-web.local
paths:
- path: /
pathType: Prefix
service:
port: http