From 41ec979375aff0745198ce011849666067d32108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Tue, 13 Feb 2024 14:02:04 +0100 Subject: [PATCH] Use max cpus and memory in minikube Change-Id: I264a7cfe6902d4e8ced7134775c6c6ff87acd667 --- playbooks/helm/pre.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/helm/pre.yaml b/playbooks/helm/pre.yaml index b328c22..6d44d55 100644 --- a/playbooks/helm/pre.yaml +++ b/playbooks/helm/pre.yaml @@ -7,4 +7,4 @@ - role: ensure-helm tasks: - name: Start minikube - command: minikube start + command: minikube start --cpus max --memory max