Skip to content

Commit

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

0 comments on commit 3f18583

Please sign in to comment.