2022-07-20 16:30:17 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/cryptpad
|
2022-10-21 10:25:38 +00:00
|
|
|
tag: latest@sha256:3ad3a343c5e6b459efb3bd2fe6e83ce7b1227127cbf815ae2f04f4b9f4ddc88f
|
2022-07-20 16:30:17 +00:00
|
|
|
persistence:
|
|
|
|
blobpath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /cryptpad/blob
|
|
|
|
blockpath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /cryptpad/block
|
|
|
|
configpath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /cryptpad/config/config.js
|
|
|
|
customizepath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /cryptpad/customize
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /cryptpad/data
|
|
|
|
datastorepath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /cryptpad/datastore
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 3000
|
|
|
|
protocol: HTTP
|
|
|
|
targetPort: 3000
|
|
|
|
port2:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
port2:
|
|
|
|
enabled: true
|
|
|
|
port: 3001
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 3001
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|