Skip to content

Commit

Permalink
Add CPU and RAM resources to minikube in FE e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkondr committed Feb 3, 2025
1 parent 9430463 commit 0966150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-fe-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
uses: medyagh/setup-minikube@latest
id: minikube
with:
cpus: 2
memory: 2000m
cpus: 4
memory: 4000m
addons: registry
insecure-registry: 'localhost:5000'

Expand Down

0 comments on commit 0966150

Please sign in to comment.