51 lines
959 B
YAML
51 lines
959 B
YAML
image:
|
|
repository: tccr.io/truecharts/airsonic
|
|
tag: version-v10.6.2@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env:
|
|
{}
|
|
# -- sets the context path parameter
|
|
# Example: "url-base"
|
|
# CONTEXT_PATH:
|
|
# JAVA_OPTS:
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10047
|
|
protocol: http
|
|
targetPort: 4040
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|