2022-01-10 17:11:26 +00:00
image :
2023-11-17 10:22:57 +00:00
repository : airsonicadvanced/airsonic-advanced
2024-04-24 06:21:20 +00:00
tag : edge-latest@sha256:d0c2d546245f14242f534617aa0c8d17fd6ab96e1df86e5524e139c04431f3fa
2022-01-10 17:11:26 +00:00
pullPolicy : IfNotPresent
2024-03-16 10:24:16 +00:00
2022-01-10 17:11:26 +00:00
securityContext :
2023-04-29 06:44:01 +00:00
container :
readOnlyRootFilesystem : false
2024-03-16 10:24:16 +00:00
service :
main :
ports :
main :
port : 10122
protocol : http
2023-04-29 06:44:01 +00:00
workload :
main :
podSpec :
containers :
main :
probes :
liveness :
type : tcp
readiness :
type : tcp
startup :
type : tcp
env :
2024-03-16 10:24:16 +00:00
AIRSONIC_PORT : "{{ .Values.service.main.ports.main.port }}"
# dont expose to GUI
CONTEXT_PATH : "/"
# Set so the persisted dirs use the root path
2023-04-29 06:44:01 +00:00
AIRSONIC_DIR : "/"
# -- For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes.
2024-03-16 10:24:16 +00:00
JAVA_OPTS : ""
2023-04-29 06:44:01 +00:00
spring_liquibase_parameters_userTableQuote : '"'
spring_datasource_username : "{{ .Values.cnpg.main.user }}"
spring_datasource_url :
secretKeyRef :
name : cnpg-main-urls
key : jdbc
spring_datasource_password :
secretKeyRef :
name : cnpg-main-user
key : password
2024-03-16 10:24:16 +00:00
2022-01-10 17:11:26 +00:00
# Enabled postgres
2023-04-29 06:44:01 +00:00
cnpg :
main :
enabled : true
user : airsonic-advanced
database : airsonic-advanced
2024-03-16 10:24:16 +00:00
2022-01-10 17:11:26 +00:00
persistence :
config :
enabled : true
2023-04-29 06:44:01 +00:00
mountPath : /airsonic
2022-01-10 17:11:26 +00:00
music :
enabled : true
2023-04-29 06:44:01 +00:00
mountPath : /music
2022-01-10 17:11:26 +00:00
podcasts :
enabled : true
2023-04-29 06:44:01 +00:00
mountPath : /podcasts
2022-01-10 17:11:26 +00:00
playlists :
enabled : true
2023-04-29 06:44:01 +00:00
mountPath : /playlists
2024-03-16 10:24:16 +00:00
2022-08-08 21:25:02 +00:00
portal :
2023-04-29 06:44:01 +00:00
open :
enabled : true