Skip to content

Commit

Permalink
update readme for k8s deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a committed Jul 10, 2019
1 parent 1fc4696 commit e39af2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -24,6 +24,12 @@ npm start
docker run -d --name express-jwt -p 8000:8000 circa10a/express-jwt
```

### Kubernetes

```
kubectl apply -f https://raw.githubusercontent.com/circa10a/express-jwt/master/k8s-deployment.yaml
```

Then navigate to http://localhost:8000/ to see the swagger api docs.

## Configuration
Expand Down

0 comments on commit e39af2b

Please sign in to comment.