Skip to content

Commit

Permalink
Merge pull request #50 from devantler/patch-1
Browse files Browse the repository at this point in the history
Update values.yaml with better defaults
  • Loading branch information
mudler committed Aug 16, 2024
2 parents f6d8172 + e949e56 commit e3a57c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/local-ai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ persistence:
models:
enabled: true
annotations: {}
storageClass: hostPath
storageClass: "" # Use default storage class
accessModes: ReadWriteMany
size: 10Gi
globalMount: /models
output:
enabled: true
annotations: {}
storageClass: hostPath
storageClass: "" # Use default storage class
accessModes: ReadWriteMany
size: 5Gi
globalMount: /tmp/generated
Expand Down

0 comments on commit e3a57c1

Please sign in to comment.