Skip to content

Commit

Permalink
production: reduce adhoc jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrow committed Jan 3, 2024
1 parent 46d2058 commit b71fd01
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 @@ -62,7 +62,7 @@ resource "kubernetes_resource_quota" "qs-jobs-podquota" {
}
spec {
hard = {
pods = 4
pods = 1
}
scopes = ["BestEffort"]
}
Expand Down

0 comments on commit b71fd01

Please sign in to comment.