Skip to content

Commit

Permalink
chore: Update persistent volume size to 30Gi in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 31, 2024
1 parent 00bc825 commit bb6bebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/infrastructure/ollama/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
updateStrategy:
type: Recreate
resources:
persistentVolume:
enabled: true
size: ${ollama_persistent_volume_size:=30Gi}
requests:
cpu: ${ollama_cpu_request:=}
memory: ${ollama_memory_request:=}
Expand Down

0 comments on commit bb6bebe

Please sign in to comment.