46 lines
810 B
YAML
46 lines
810 B
YAML
image:
|
|
repository: tccr.io/truecharts/booksonic-air
|
|
pullPolicy: IfNotPresent
|
|
tag: v2201.1.0@sha256:95bb34a81ee196b949ed4329eb7b61d4674f8089b1b1ae024f532c9441b3cd25
|
|
|
|
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
|