a9fc69bd4d
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/bellamy/wallos | digest | `72d87a7` -> `cc6d7ee` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNyIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
32 lines
580 B
YAML
32 lines
580 B
YAML
image:
|
|
repository: docker.io/bellamy/wallos
|
|
tag: latest@sha256:cc6d7eee659a3f78b185e72571f5a15b54828132f1699ba05c50716620013c8b
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8282
|
|
protocol: tcp
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
database:
|
|
enabled: true
|
|
mountPath: "/var/www/html/db"
|
|
logos:
|
|
enabled: true
|
|
mountPath: "/var/www/html/images/uploads/logos"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|