Skip to content
Snippets Groups Projects
Commit a5efa03a authored by Dean Kelly's avatar Dean Kelly
Browse files

Update README.md

parent c9c0739a
No related branches found
No related tags found
2 merge requests!4Rht integration 2,!3Rht integration merge
......@@ -164,6 +164,9 @@ If you need to customize the deployment process (for example, deploy your own co
- `post_undeploy.sh` is executed after the CODECO operator was removes and is a good place for last minutes cleanups.
>**Note:** This script is executed after the namespace `codecoapp-operator-system` is removed
## Prometheus Rules Aspect
To add a prometheus rule you wish to deploy reference the 'acm/config/rules' file. You will add your rules.yaml (it may be a good idea to reference your component in this file name e.g acm-rules.yaml, swm-rules.yaml, etc) file to this directory, which our monitoring code will then read and pass to prometheus. Coupled with the prometheus-operator you should then be able to access these rules and see the metrics on the Grafana UI through port forwarding the pod.
## Contributing
// TODO(user): Add detailed information on how you would like others to contribute to this project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment