646d3c5950
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ekzhang/rustpad | digest | `e20f74e` -> `b4237c9` | --- > [!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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44OS4yIiwidXBkYXRlZEluVmVyIjoiMzguODkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
33 lines
653 B
YAML
33 lines
653 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ekzhang/rustpad
|
|
tag: latest@sha256:b4237c9bd297341bb3f1b0e6a0747da9d3365d96910fd3083e3bc160702a8faf
|
|
persistence:
|
|
storagedatabase:
|
|
enabled: true
|
|
mountPath: /persist
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3030
|
|
protocol: tcp
|
|
targetPort: 3030
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
EXPIRY_DAYS: "1"
|
|
RUST_LOG: info
|
|
SQLITE_URI: sqlite:///persist/rustpad_db.db
|