diff --git a/kubernetes/deployment.yaml b/kubernetes/deployment.yaml index c121dc8..824b4f5 100644 --- a/kubernetes/deployment.yaml +++ b/kubernetes/deployment.yaml @@ -29,8 +29,8 @@ spec: volumeMounts: - name: flagged-data mountPath: /demo/flagged - # - name: cache - # mountPath: /demo/cache + - name: cache + mountPath: /demo/cache env: - name: APP_PATH value: /compress @@ -59,6 +59,6 @@ spec: - name: flagged-data persistentVolumeClaim: claimName: llmlingua-demo-data - # - name: cache - # persistentVolumeClaim: - # claimName: llmlingua-demo-cache + - name: cache + persistentVolumeClaim: + claimName: llmlingua-demo-cache