This PR contains the following updates: | Package | Update | Change | |---|---|---| | songkong/songkong | digest | `c72b7ff` -> `d7eb00a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
27 lines
514 B
YAML
27 lines
514 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: songkong/songkong
|
|
tag: latest@sha256:d7eb00a43e2a76123da4332cd292da2bd30672e546d28afb18417584741f8a7f
|
|
persistence:
|
|
music:
|
|
enabled: true
|
|
mountPath: /music
|
|
songkongconfig:
|
|
enabled: true
|
|
mountPath: /songkong
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4567
|
|
protocol: tcp
|
|
targetPort: 4567
|