# # IMPORTANT NOTE # # This chart inherits from our common library chart. You can check the default values/options here: # https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml # image: # -- image repository repository: linuxserver/airsonic # -- image tag tag: version-v10.6.2 # -- image pull policy pullPolicy: IfNotPresent # -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details. # @default -- See below env: # -- Set the container timezone TZ: UTC # -- Specify the user ID the application will run as PUID: "1001" # -- Specify the group ID the application will run as PGID: "1001" # -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc. CONTEXT_PATH: # "url-base" # -- 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. JAVA_OPTS: # -- Configures service settings for the chart. Normally this does not need to be modified. # @default -- See values.yaml service: main: ports: main: port: 4040 ingress: # -- Enable and configure ingress settings for the chart under this key. # @default -- See values.yaml main: enabled: false # -- Configure persistence settings for the chart under this key. # @default -- See values.yaml persistence: config: enabled: true type: pvc accessMode: ReadWriteOnce size: "100Gi" music: enabled: false mountPath: /music playlists: enabled: false mountPath: /playlists podcasts: enabled: false mountPath: /podcasts media: enabled: false mountPath: /media