Files
truecharts/charts/incubator/auto-yt-dl/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

29 lines
550 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/auto-yt-dl
tag: latest@sha256:96ddfa8c81e221831cb28c026f328a35320f588332464e24378d5a0ede9c351e
persistence:
data:
enabled: true
mountPath: /app/data
hostpath1:
enabled: true
mountPath: /app/Downloads
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 5000
protocol: TCP
targetPort: 5000
portal:
enabled: true