Skip to content

Commit

Permalink
Add instructions to deploy to kubernetes here
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Sep 8, 2023
1 parent f343c44 commit 69fc129
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,16 @@ If for some reason you want to run the prod image locally you can do it like so.

```bash
docker run -d -p 8089:80 macrostrat:latest
```
```

## Deploying on Kubernetes

To deploy to kubernetes there is two steps.

1. Tag the image

You do this by `git tag <semver-tag>` and `git push --tag origin`

2. Update the deployment in Kubernetes

You do this by updating the image tag here to whatever you tagged above: https://github.com/UW-Macrostrat/tiger-macrostrat-config/blob/main/manifests/development/web/deployment-patch.yaml

0 comments on commit 69fc129

Please sign in to comment.