Use max cpus and memory in minikube

Change-Id: I264a7cfe6902d4e8ced7134775c6c6ff87acd667
This commit is contained in:
Radosław Piliszek 2024-02-13 14:02:04 +01:00
parent 5d1daef250
commit 41ec979375

View File

@ -7,4 +7,4 @@
- role: ensure-helm
tasks:
- name: Start minikube
command: minikube start
command: minikube start --cpus max --memory max