ec21bd04b6
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/cryptpad/cryptpad | digest | `e39fefe` -> `09d0485` | 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
72 lines
1.4 KiB
YAML
72 lines
1.4 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/cryptpad/cryptpad
|
|
tag: version-5.5.0@sha256:09d04859bc99f3780e55af360198df82f3d14ead4475d23322b4f2dcdb06437a
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env:
|
|
CPAD_MAIN_DOMAIN: "https://your-main-domain.com"
|
|
CPAD_CONF: /cryptpad/config/config.js
|
|
|
|
persistence:
|
|
blobpath:
|
|
enabled: true
|
|
mountPath: /cryptpad/blob
|
|
blockpath:
|
|
enabled: true
|
|
mountPath: /cryptpad/block
|
|
customizepath:
|
|
enabled: true
|
|
mountPath: /cryptpad/customize
|
|
data:
|
|
enabled: true
|
|
mountPath: /cryptpad/data
|
|
datastorepath:
|
|
enabled: true
|
|
mountPath: /cryptpad/datastore
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: http
|
|
targetPort: 3000
|
|
port2:
|
|
enabled: true
|
|
ports:
|
|
port2:
|
|
enabled: true
|
|
port: 3001
|
|
protocol: tcp
|
|
targetPort: 3001
|
|
websocket:
|
|
enabled: true
|
|
ports:
|
|
websocket:
|
|
enabled: true
|
|
port: 3003
|
|
protocol: tcp
|
|
targetPort: 3003
|