26 lines
455 B
YAML
26 lines
455 B
YAML
image:
|
|
repository: tccr.io/truecharts/trilium-notes
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.53.2@sha256:98aacb5914707b4f36f88bf24ebdd0484d91cc0bddd531d1954080728edec6d6
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
fsGroup: 1000
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTP
|
|
targetPort: 8080
|
|
port: 10156
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/home/node"
|