41 lines
805 B
YAML
41 lines
805 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/booksonic-air
|
|
pullPolicy: IfNotPresent
|
|
tag: 2201.1.0@sha256:8dc2f9410cbe18f07a6506546a6813a14d54b1e1069189d275059df12d94d755
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10048
|
|
protocol: http
|
|
targetPort: 4040
|
|
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
|