diff --git a/charts/spire/charts/tornjak-frontend/templates/deployment.yaml b/charts/spire/charts/tornjak-frontend/templates/deployment.yaml index e383594..eb2fe4d 100644 --- a/charts/spire/charts/tornjak-frontend/templates/deployment.yaml +++ b/charts/spire/charts/tornjak-frontend/templates/deployment.yaml @@ -44,3 +44,9 @@ spec: periodSeconds: 30 successThreshold: 1 timeoutSeconds: 10 + volumeMounts: + - name: cache + mountPath: /usr/src/app/node_modules/.cache + volumes: + - name: cache + emptyDir: {}