Skip to content

Commit

Permalink
feat: integration tests bumping resources
Browse files Browse the repository at this point in the history
#133

Summary of changes:
- Bump resources for mlflowserver tests.
  • Loading branch information
Ivan Chvets committed Jun 14, 2023
1 parent fc03c8e commit 924c7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mlflowserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ spec:
resources:
requests:
memory: "64Mi"
cpu: "250m"
cpu: "500m"
limits:
memory: "128Mi"
cpu: "250m"
cpu: "500m"
predictors:
- graph:
children: []
Expand Down

0 comments on commit 924c7c3

Please sign in to comment.