b8a6155d0c
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/airsonic-advanced](https://ghcr.io/trueforge-org/airsonic-advanced) ([source](https://redirect.github.com/kagemomiji/airsonic-advanced)) | digest | `8dd73e1` → `bdfd180` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9haXJzb25pYy1hZHZhbmNlZCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
71 lines
1.8 KiB
YAML
71 lines
1.8 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/airsonic-advanced
|
|
tag: "11.1.4@sha256:bdfd180c25636b128db6c62ece98d2f46e9f7d3eea7ac2b6352327dbe8b99168"
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4040
|
|
protocol: http
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
readiness:
|
|
type: tcp
|
|
startup:
|
|
type: tcp
|
|
env:
|
|
AIRSONIC_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
# dont expose to GUI
|
|
CONTEXT_PATH: "/"
|
|
# Set so the persisted dirs use the root path
|
|
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.
|
|
JAVA_OPTS: ""
|
|
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
|
|
|
|
# Enabled postgres
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: airsonic-advanced
|
|
database: airsonic-advanced
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /airsonic
|
|
music:
|
|
enabled: true
|
|
mountPath: /music
|
|
podcasts:
|
|
enabled: true
|
|
mountPath: /podcasts
|
|
playlists:
|
|
enabled: true
|
|
mountPath: /playlists
|
|
varrun:
|
|
enabled: false
|