Skip to content

Commit

Permalink
Enable cache volume mount in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cornzz committed Aug 29, 2024
1 parent d6e166f commit e82c1fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit e82c1fc

Please sign in to comment.