25 lines
485 B
YAML
25 lines
485 B
YAML
image:
|
|
repository: tccr.io/truecharts/trilium-notes
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.59.4@sha256:d9e9a84e836f71a3ff50114eb1474eed550b49e30296a28f0e87352ede04ce71
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 8080
|
|
port: 10156
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/home/node"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
fsGroup: 1000
|