Skip to content

Commit

Permalink
chore(tf): increase adhoc-jobs pod quota to 6 on production (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Oct 25, 2023
1 parent 2580791 commit 5bf9dc6
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 = 6
}
scopes = ["BestEffort"]
}
Expand Down

0 comments on commit 5bf9dc6

Please sign in to comment.