35 lines
692 B
YAML
35 lines
692 B
YAML
|
env: {}
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/cloudreve
|
||
|
tag: latest@sha256:6ef6236f115cfb1c85a0d81fce5b6882934df9f86e535dd4c9b5451754e87fd8
|
||
|
persistence:
|
||
|
avatarpath:
|
||
|
enabled: true
|
||
|
mountPath: /cloudreve/avatar
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /cloudreve/config
|
||
|
databasepath:
|
||
|
enabled: true
|
||
|
mountPath: /cloudreve/db
|
||
|
uploadpath:
|
||
|
enabled: true
|
||
|
mountPath: /cloudreve/uploads
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 5212
|
||
|
protocol: TCP
|
||
|
targetPort: 5212
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|