21 lines
392 B
YAML
21 lines
392 B
YAML
image:
|
|
repository: tccr.io/truecharts/trilium-notes
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.51.2@sha256:541ae2ee1f11c75b76384afb1e8a5dacf677b940889a959e38e10134f57d7165
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTP
|
|
targetPort: 8080
|
|
port: 10156
|
|
|
|
env:
|
|
TRILIUM_DATA_DIR: "/trilium-data"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/trilium-data"
|