From b0d81f86b6a2386617fa475aaa90effea79a889d Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Fri, 16 Feb 2024 01:37:52 -0300 Subject: [PATCH] Fixes Per Deployment Refresh --- .github/workflows/refresh-deployment.yml | 2 +- deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/refresh-deployment.yml b/.github/workflows/refresh-deployment.yml index bf36fed..36adfc7 100644 --- a/.github/workflows/refresh-deployment.yml +++ b/.github/workflows/refresh-deployment.yml @@ -41,4 +41,4 @@ jobs: script: | [[ -d infra-hideyoshi.com ]] && \ cd infra-hideyoshi.com && \ - ./infra-hideyoshi.com/refresh.sh ${{ env.deployments }} \ No newline at end of file + ./refresh.sh ${{ env.deployments }} \ No newline at end of file diff --git a/deploy.sh b/deploy.sh index dc691d5..ebae0d7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -111,7 +111,7 @@ function main() { minikube kubectl -- $@ } - minikube start --driver kvm2 --cpus 4 --memory 4Gib + minikube start --driver kvm2 --cpus 6 --memory 6Gib minikube addons enable ingress-dns minikube addons enable ingress