Merge pull request #79 from HideyoshiSolutions/staging

Staging - Fixes per deployment refresh
This commit is contained in:
2024-02-16 01:38:44 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -41,4 +41,4 @@ jobs:
script: | script: |
[[ -d infra-hideyoshi.com ]] && \ [[ -d infra-hideyoshi.com ]] && \
cd infra-hideyoshi.com && \ cd infra-hideyoshi.com && \
./infra-hideyoshi.com/refresh.sh ${{ env.deployments }} ./refresh.sh ${{ env.deployments }}

View File

@@ -111,7 +111,7 @@ function main() {
minikube kubectl -- $@ 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-dns
minikube addons enable ingress minikube addons enable ingress