* fix(trilium-notes): BREAKING CHANGE. Backup your data from 3.0.2 and re-install. * Update values.yaml * rofs false Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
30 lines
532 B
YAML
30 lines
532 B
YAML
image:
|
|
repository: tccr.io/truecharts/trilium-notes
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.52.2@sha256:848715471d8f09800f56c48aef30c419d8f2150e645ad37562ad2bd1d76699a8
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
fsGroup: 1000
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTP
|
|
targetPort: 8080
|
|
port: 10156
|
|
|
|
env:
|
|
TRILIUM_DATA_DIR: "/trilium-data"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/trilium-data"
|