From b1ee5d0d1fb792ee0ec7a903fd61c3bd2c04748b Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sun, 7 Jan 2024 13:06:16 +0100 Subject: [PATCH] n8n cache --- content/posts/14-a-beautiful-gitops-day-4/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/posts/14-a-beautiful-gitops-day-4/index.md b/content/posts/14-a-beautiful-gitops-day-4/index.md index 3b8feb1..857a417 100644 --- a/content/posts/14-a-beautiful-gitops-day-4/index.md +++ b/content/posts/14-a-beautiful-gitops-day-4/index.md @@ -423,10 +423,14 @@ spec: volumeMounts: - name: n8n-data mountPath: /home/node/.n8n + - name: n8n-cache + mountPath: /home/node/.cache volumes: - name: n8n-data persistentVolumeClaim: claimName: n8n-data + - name: n8n-cache + emptyDir: {} --- apiVersion: v1 kind: PersistentVolumeClaim