33 lines
610 B
YAML
33 lines
610 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: xiovv/go-auto-yt
|
|
tag: stable@sha256:a945ed3ddcfa6962bde1320f0b0757b3fd5b914d9035f91b227e1c03c304e88c
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/config
|
|
mounteddownloadsfolder:
|
|
enabled: true
|
|
mountPath: /app/downloads
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9000
|
|
protocol: tcp
|
|
targetPort: 8080
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|