41 lines
801 B
YAML
41 lines
801 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/beets
|
|
pullPolicy: IfNotPresent
|
|
tag: version-1.6.0@sha256:d2c9bafe8119558ae619df9efe6fea39f8569676a16ff8a44b169cf7796e7787
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8337
|
|
protocol: http
|
|
targetPort: 8337
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
open:
|
|
enabled: true
|