25 lines
447 B
YAML
25 lines
447 B
YAML
image:
|
|
repository: tccr.io/truecharts/booksonic-air
|
|
pullPolicy: IfNotPresent
|
|
tag: v2201.1.0@sha256:47d2c309afa04fe69b2a96d3daa4238d9dafc894585baff14cef2cf814ade845
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10048
|
|
targetPort: 4040
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|