29 lines
578 B
YAML
29 lines
578 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/trilium
|
|
tag: latest@sha256:f26910554936c06450884432455d9ffea15b0f2ef41a8859180a2b5261aeeee3
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /home/node/trilium-data
|
|
backups:
|
|
enabled: true
|
|
mountPath: /home/node/trilium-data/backup
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8888
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|