Skip to content

Commit

Permalink
chore(tf): increase adhoc-jobs pod quota to 4 on production
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Oct 25, 2023
1 parent 3f18583 commit 5253a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/env/production/namespaces.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "kubernetes_resource_quota" "adhoc-jobs-podquota" {
}
spec {
hard = {
pods = 2
pods = 4
}
scopes = ["BestEffort"]
}
Expand Down

0 comments on commit 5253a38

Please sign in to comment.