27 lines
463 B
YAML
27 lines
463 B
YAML
image:
|
|
repository: tccr.io/truecharts/beets
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.6.0@sha256:413212136f6d2e403e614eb3abed84b868f1f92f79e2e326144e7e5c8d47ba7f
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8337
|
|
targetPort: 8337
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|