Closed luciano-buono closed 1 year ago
@luciano-buono don't forget adding our JRs to PRs.
@dmitry-mightydevops Added them to Codeowners but forgot to add them to this pr.. Thanks for noticing!
Also I removed the pod limits because of throtling being reported by Prometheus, and alerts being triggered because of it.
I checked the pod and the limits were more than enough, also increased the limits to 1000mcpu to test and it was still considered 'throttled' by container_cpu_cfs_throttled_periods_total
.
Tasks: SD-586 SD-644
Created helm charts for XRSTF github exporter and capacity exporter
The deployments have a nodeSelector with the
kubernetes.io/arch: amd64
because both images can only run in that arch.The capacity exporter used the path
/favicon.ico
for the probes because it always answers a 200 OK. Making the health check request to other path goes into the exporter 'expensive' collector function.Related to rocks PR