Record hpa's metrics values to prometheus
make docker-build
make docker-psuh
make deploy
if you don't have prometheus-operator, just add this job to your prometheus to scrape metrics
- job_name: hpa
scrape_interval: 30s
scrape_timeout: 15s
static_configs:
- targets:
- hparecord:80