46 lines
798 B
YAML
46 lines
798 B
YAML
image:
|
|
repository: tccr.io/truecharts/beets
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.6.0@sha256:599a98ab7975c03d4f176d90d6c4c3cd56fcd5ceef09b00e9eab85c281491ab5
|
|
|
|
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
|