Skip to content

Commit

Permalink
bump default constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Jul 1, 2024
1 parent 8cca781 commit 72d496f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ var (

//nolint:gochecknoglobals
defaultConstraints = map[string]string{
"cpu": "0.5",
"memory": "1Gi",
"cpu": "2",
"memory": "4Gi",
}
)

Expand Down

0 comments on commit 72d496f

Please sign in to comment.