30 lines
585 B
YAML
30 lines
585 B
YAML
env:
|
|
UMASK_SET: "0022"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/go-auto-yt
|
|
tag: vstable@sha256:4d09813e06a3e27ec206d39434c7f05457812c5728aac668f5fffc2ca48c63f3
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/config
|
|
mounteddownloadsfolder:
|
|
enabled: true
|
|
mountPath: /app/downloads
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9000
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|