Skip to content

Commit

Permalink
chore: Update Ollama with a persistent volume size of 5Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 21, 2024
1 parent 163d679 commit 85e34b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/infrastructure/ollama/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
values:
persistentVolume:
enabled: true
size: ${ollama_persistent_volume_size:=5Gi}
updateStrategy:
type: Recreate
resources:
Expand Down

0 comments on commit 85e34b9

Please sign in to comment.