From 408aca2c74591e63bc344c325663cabe2dcdf8ef Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 12 Oct 2025 20:21:23 +0800 Subject: [PATCH] feat: add Trilium --- kube/deploy/apps/trilium/app/hr.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kube/deploy/apps/trilium/app/hr.yaml b/kube/deploy/apps/trilium/app/hr.yaml index 845d41d4..03f74213 100644 --- a/kube/deploy/apps/trilium/app/hr.yaml +++ b/kube/deploy/apps/trilium/app/hr.yaml @@ -89,13 +89,10 @@ spec: globalMounts: - subPath: data path: *pvc - # tmp: - # type: emptyDir - # medium: Memory - # sizeLimit: 16Mi - # globalMounts: - # - subPath: tmp - # path: /tmp + tmp: + type: emptyDir + medium: Memory + sizeLimit: 16Mi defaultPodOptions: automountServiceAccountToken: false enableServiceLinks: false