Skip to content

Commit

Permalink
Merge pull request kubernetes#5966 from ameukam/update-aws-treshold
Browse files Browse the repository at this point in the history
AWS: update monthly threshold
  • Loading branch information
k8s-ci-robot authored Oct 12, 2023
2 parents e9409c7 + 1ef7e1c commit bfb96e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/terraform/management-account/budgets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "aws_budgets_budget" "everything" {

notification {
comparison_operator = "GREATER_THAN"
threshold = "30"
threshold = "90"
threshold_type = "PERCENTAGE"
notification_type = "ACTUAL"
subscriber_email_addresses = ["[email protected]"]
Expand Down

0 comments on commit bfb96e0

Please sign in to comment.