25 lines
475 B
YAML
25 lines
475 B
YAML
image:
|
|
repository: ghcr.io/zadam/trilium
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.61.14@sha256:3ba441116bc8c6e02b1fc94724a14537eb9a6cfde02fb172b93cd86f9078cda1
|
|
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
|