Skip to content

Commit

Permalink
test: try with more resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Oct 7, 2024
1 parent e650524 commit e8d2029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ func TestWithMinikube(t *testing.T) {
return []string{
"--set", "logging.level=debug",
"--set", "postman.apiKey=testApiKey",
"--set", "resources.limits.cpu=500m",
"--set", "resources.limits.memory=512Mi",
"--set", "extraEnv[0].name=STEADYBIT_EXTENSION_POSTMAN_BASE_URL",
"--set", fmt.Sprintf("extraEnv[0].value=%s:%s", "http://host.minikube.internal", port),
}
Expand Down

0 comments on commit e8d2029

Please sign in to comment.