Skip to content

Commit

Permalink
chore: Update persistent volume size to 5Gi in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 31, 2024
1 parent 140aca0 commit 3e84bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/infrastructure/ollama/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
resources:
persistentVolume:
enabled: true
size: ${ollama_persistent_volume_size:=30Gi}
size: ${ollama_persistent_volume_size:=5Gi}
requests:
cpu: ${ollama_cpu_request:=}
memory: ${ollama_memory_request:=}
Expand Down

0 comments on commit 3e84bfc

Please sign in to comment.