Files
truecharts/charts/incubator/cryptpad/values.yaml
T
TrueCharts BotandGitHub ca541e3498 chore(deps): update docker general non-major docker tags (#3518)
* chore(deps): update docker general non-major docker tags

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-20 13:16:50 +02:00

51 lines
1008 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cryptpad
tag: latest@sha256:831e7c9a6067554d70849082d574c9fbbeb3b5e139e7379c2832415cfde854c7
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:
enabled: true
ports:
main:
enabled: true
port: 3000
protocol: HTTP
targetPort: 3000
port2:
enabled: true
ports:
port2:
enabled: true
port: 3001
protocol: TCP
targetPort: 3001
portal:
enabled: true