* chore(deps): update non-major docker tags * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
39 lines
656 B
YAML
39 lines
656 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/beets
|
|
pullPolicy: IfNotPresent
|
|
tag: version-1.5.0@sha256:ebb8cf9f7182758427c3acda19d6077457090335685986440078fd436345d417
|
|
|
|
env:
|
|
PUID: 568
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8337
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
music:
|
|
enabled: true
|
|
mountPath: /music
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|
|
downloads:
|
|
enabled: true
|
|
mountPath: /downloads
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|
|
varrun:
|
|
enabled: true
|