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