Skip to content

Commit

Permalink
Merge pull request validatedpatterns#36 from sauagarwa/main
Browse files Browse the repository at this point in the history
Fix cache limit
  • Loading branch information
sauagarwa authored Oct 16, 2024
2 parents 06ee4d2 + 1b17d6b commit a8bbe57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/all/rag-llm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ volumes:
defaultMode: 420
- name: cache-volume
emptyDir:
sizeLimit: 2Gi
sizeLimit: 5Gi
# - name: foo
# secret:
# secretName: mysecret
Expand Down Expand Up @@ -204,7 +204,7 @@ populateDbJob:
volumes:
- name: cache-volume
emptyDir:
sizeLimit: 2Gi
sizeLimit: 5Gi
- name: doc-volume
emptyDir:
sizeLimit: 5Gi

0 comments on commit a8bbe57

Please sign in to comment.