Skip to content

Commit

Permalink
prod: reduce adhoc job parallelism
Browse files Browse the repository at this point in the history
Reducing these jobs since we seem to be seeing failures due to cluster timeouts
  • Loading branch information
tarrow authored Oct 20, 2023
1 parent 48b0db1 commit 06ab416
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 = 8
pods = 4
}
scopes = ["BestEffort"]
}
Expand Down

0 comments on commit 06ab416

Please sign in to comment.