Skip to content

Commit

Permalink
Decrease resources of ChRIS_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Feb 24, 2024
1 parent 3c04a3c commit 9db3de0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/run/chrisui_openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ To create a HTTPS route on a custom domain on the NERC, see [here](/docs/interna
### 5. Add a GitHub Webhook for automatic updates

More information: https://docs.openshift.com/container-platform/4.11/cicd/builds/triggering-builds-build-hooks.html#builds-webhook-triggers_triggering-builds-build-hooks

### 6. (Optional) Reconfigure the Deployment

Decrease memory and CPU limit. It's just an HTTP server, no need for much.

```shell
oc set resources deployment chrisui --limits=cpu=1,memory=3814Mi --requests=cpu=1,memory=3814Mi
```

0 comments on commit 9db3de0

Please sign in to comment.