Skip to content

Commit

Permalink
fix(backend): session pvc size (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukanya-rath committed May 13, 2024
1 parent 6813ece commit 048df39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fin-pay-transparency/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ backend:
targetCPUUtilizationPercentage: 60 # this percentage from request cpu
storage:
enabled: true
size: 50Mi
size: 120Mi
accessMode: ReadWriteMany
app:
env:
Expand Down
2 changes: 1 addition & 1 deletion charts/fin-pay-transparency/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ backend:
targetCPUUtilizationPercentage: 60 # this percentage from request cpu
storage:
enabled: true
size: 50Mi
size: 100Mi
accessMode: ReadWriteMany
app:
env:
Expand Down

0 comments on commit 048df39

Please sign in to comment.