https://github.com/boringppl/k8s-gateway
https://github.com/boringppl/k8s-gateway
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boringppl/k8s-gateway
- Owner: boringPpl
- Created: 2019-07-11T07:42:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:25:09.000Z (over 3 years ago)
- Last Synced: 2025-01-31T02:09:37.270Z (over 1 year ago)
- Language: JavaScript
- Size: 1.75 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minikube
Install Minikube
kubectl apply -f service-account.yaml
kubectl create secret generic flownote-key-pub --from-file=./test/secrets/key.pub -n hasbrain
# Bash Script
## Minikube Testing
Run end-to-end test `./kgw.sh`
## Prod Build
```
git checkout master
npm run build
docker build -t tungph/k8s-gateway .
docker push tungph/k8s-gateway
```
## Stg Build
```
git checkout develop
npm run build
docker build -t tungph/k8s-gateway-stg .
docker push tungph/k8s-gateway-stg
```