Skip to content

Commit

Permalink
Add log persistence value (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: Shreay Patel <[email protected]>
  • Loading branch information
shreayp and pshreay authored Jul 26, 2024
1 parent d165c97 commit 0380e1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloud/corfu/corfu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ persistence:
enabled: true
storageSize: 2Gi
storageClass: "local-path"
logPersistence:
enabled: true
storageSize: 4Gi
storageClass: "local-path"
resources: {}
resourcesLR: {}
service:
Expand Down

0 comments on commit 0380e1a

Please sign in to comment.