Skip to content

Commit

Permalink
prod: reduce adhoc-jobs pod limit to 1
Browse files Browse the repository at this point in the history
Still seeing many timeouts with 4 pods in parallel
  • Loading branch information
tarrow authored Oct 20, 2023
1 parent 78ab330 commit eaf5da2
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 = 4
pods = 1
}
scopes = ["BestEffort"]
}
Expand Down

0 comments on commit eaf5da2

Please sign in to comment.