5955d1b383
This PR contains the following updates: | Package | Update | Change | |---|---|---| | petersem/posterr | digest | `2b0f4ed` -> `3e85bee` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
28 lines
561 B
YAML
28 lines
561 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: petersem/posterr
|
|
tag: latest@sha256:3e85beeff3753489b9c3774596214e0cd25ce4088f9807d643a459b1d0e89294
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9876
|
|
protocol: http
|
|
targetPort: 3000
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /usr/src/app/config
|
|
custom:
|
|
enabled: true
|
|
mountPath: /usr/src/app/public/custom
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|