Install Minikube kubectl apply -f service-account.yaml kubectl create secret generic flownote-key-pub --from-file=./test/secrets/key.pub -n hasbrain
Run end-to-end test ./kgw.sh
git checkout master
npm run build
docker build -t tungph/k8s-gateway .
docker push tungph/k8s-gateway
git checkout develop
npm run build
docker build -t tungph/k8s-gateway-stg .
docker push tungph/k8s-gateway-stg