From 390292ad3d62c2e84579d3256878101c487aa8e9 Mon Sep 17 00:00:00 2001 From: Anderson Cabral Filho Date: Sat, 23 May 2026 04:11:49 +0000 Subject: [PATCH] feat(treinaai-runner): npm cache 1Gi --- apps/treinaai-runner/PvcNpm.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/treinaai-runner/PvcNpm.yaml diff --git a/apps/treinaai-runner/PvcNpm.yaml b/apps/treinaai-runner/PvcNpm.yaml new file mode 100644 index 0000000..67faec1 --- /dev/null +++ b/apps/treinaai-runner/PvcNpm.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: npm-cache +spec: + accessModes: + - ReadWriteOnce + storageClassName: local-path + resources: + requests: + storage: 1Gi