69 lines
1.3 KiB
YAML
69 lines
1.3 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/cryptpad
|
|
tag: latest@sha256:34094a8d0491a70f4debb669779a2fef671b1c25d58daf55e5b446e03420a52b
|
|
|
|
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: {}
|
|
|
|
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
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: http
|
|
targetPort: 3000
|
|
port2:
|
|
enabled: true
|
|
ports:
|
|
port2:
|
|
enabled: true
|
|
port: 3001
|
|
protocol: tcp
|
|
targetPort: 3001
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|