Skip to content

Commit

Permalink
Add next steps section in the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
jordipiqueselles committed Aug 25, 2024
1 parent 1a65b5f commit e07439e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@ patch:
value: <any value>
```

## Next steps

- Script to measure performance (API calls per second) for a single replica
- Create a CRD for the `GenericWebhookConfig` and consume it as a K8S object instead of as a ConfigMap
- Add more examples
- Helm chart
- Analyse how much CPU and memory the app needs
- Prometheus metrics to show number of requests processed, succeeded, queued requests, time it takes to process a request, etc.

## Contributing

See the [contributor guide](./docs/contributor-guide.md)

0 comments on commit e07439e

Please sign in to comment.