25 lines
474 B
YAML
25 lines
474 B
YAML
image:
|
|
repository: ghcr.io/zadam/trilium
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.62.5@sha256:52ea369a65f7d03d4a82a32c4a5df74808bd15cf9f6adebf20728992b6a99b49
|
|
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
|