Skip to content

Commit

Permalink
Update README.md with K8s directions
Browse files Browse the repository at this point in the history
  • Loading branch information
jermnelson authored Oct 11, 2023
1 parent b6d86c8 commit 2569bc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ You can request the original, unmodified JSON from FOLIO using the `format` para
http://localhost/items/{barcode}?format=json
> Refer to the generated [API documentation for the /items endpoint](http://localhost/docs#/default/read_item_items__barcode__get) for all available parameters
## Deploying to Kubernetes
After merging a branch into main, a Github action should generate a new image for deployment in a FOLIO Kubernetes cluster. To deploy the pod, run the following commands from the FOLIO Helm repository:
- Uninstall the pod `helm -n $namespace uninstall setae-api`
- Re-install the pod `helm -n $namespace upgrade -f {path-to-folio-k8s}/setae-api/setae-api-folio-test.yaml setae-api setae-api/`

0 comments on commit 2569bc9

Please sign in to comment.