TrueChartsClone/charts/incubator/cryptpad/values.yaml

49 lines
968 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cryptpad
tag: latest@sha256:ead0ed2eaa7273f6d1adce1e47fa2cff386cee21f1d8cfbafccdd99c692b57bc
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
portal:
enabled: true