From 4a8e19de3ec28ef61872f640d3e1da9ff38935ae Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Wed, 9 Apr 2025 07:07:16 +0800 Subject: [PATCH] fix(sillytavern): mounts --- kube/deploy/apps/sillytavern/app/hr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kube/deploy/apps/sillytavern/app/hr.yaml b/kube/deploy/apps/sillytavern/app/hr.yaml index 72cd1962..dca872b2 100644 --- a/kube/deploy/apps/sillytavern/app/hr.yaml +++ b/kube/deploy/apps/sillytavern/app/hr.yaml @@ -83,9 +83,12 @@ spec: path: /home/node/app/data - subPath: plugins path: /home/node/app/plugins + - subPath: extensions + path: /home/node/app/public/scripts/extensions/third-party tmp: type: emptyDir medium: Memory + sizeLimit: 64Mi globalMounts: - subPath: tmp path: /tmp