2021-06-11 14:43:41 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/airsonic
|
2021-12-03 14:07:49 +00:00
|
|
|
tag: version-v10.6.2@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
2021-06-11 14:43:41 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2021-09-26 18:05:21 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2021-06-11 14:43:41 +00:00
|
|
|
env:
|
2022-07-22 18:23:01 +00:00
|
|
|
CONTEXT_PATH: # "url-base"
|
2021-06-11 14:43:41 +00:00
|
|
|
JAVA_OPTS:
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10047
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 4040
|
2021-06-11 14:43:41 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/config"
|