Skip to content

Commit

Permalink
CRM457-2408: Wrap pool size vars into string (#368)
Browse files Browse the repository at this point in the history
## Description of change

[Link to relevant
ticket](https://dsdmoj.atlassian.net/browse/CRM457-2408)

## Notes for reviewer
  • Loading branch information
ivanELEC authored Jan 24, 2025
1 parent 0aaef53 commit b5420a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm_deploy/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ metabase:
namespace: laa-crime-application-store-production
tls:
secretName: laa-crime-application-store-cert
warehouseDbPoolSize: 25
applicationDbPoolSize: 15
warehouseDbPoolSize: "25"
applicationDbPoolSize: "15"
4 changes: 2 additions & 2 deletions helm_deploy/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ metabase:
namespace: laa-crime-application-store-uat
tls:
secretName: laa-crime-application-store-cert
warehouseDbPoolSize: 30
applicationDbPoolSize: 30
warehouseDbPoolSize: "30"
applicationDbPoolSize: "30"

0 comments on commit b5420a9

Please sign in to comment.