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