Skip to content

Commit

Permalink
feat(pdb): [CHK-3650] update touchpoint pdb (#2738)
Browse files Browse the repository at this point in the history
feat(pdb):
update eCommerce and pay-wallet prod pdb
add pagopaecommerceuserstatsservice and pagopapaymentwalletcdcservice

Co-authored-by: Simone infante <[email protected]>
  • Loading branch information
CianoDanilo and infantesimone authored Jan 23, 2025
1 parent d7eb57b commit 0cff964
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/domains/ecommerce-app/env/weu-prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ pod_disruption_budgets = {
"app.kubernetes.io/instance" = "pagopanotificationsservice"
}
},
"pagopaecommerceuserstatsservice" = {
minAvailable = 3
matchLabels = {
"app.kubernetes.io/instance" = "pagopaecommerceuserstatsservice"
}
},
}

io_backend_base_path = "https://disabled"
Expand Down
6 changes: 6 additions & 0 deletions src/domains/pay-wallet-app/env/itn-prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,10 @@ pod_disruption_budgets = {
"app.kubernetes.io/instance" = "pagopawalletservice"
}
},
"pagopapaymentwalletcdcservice" = {
minAvailable = 1
matchLabels = {
"app.kubernetes.io/instance" = "pagopapaymentwalletcdcservice"
}
},
}

0 comments on commit 0cff964

Please sign in to comment.