Skip to content

Commit

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

0 comments on commit e1c62a8

Please sign in to comment.