robot-shop
robot-shop copied to clipboard
Fix "cart" service label in helm chart
I've found out the bug in Helm chart, which messed up the ServiceMonitor
setup for my Prometheus lab. It turns out the metadata.labels.service
was missing – and ServiceMonitor failed to picked up the service, cause the lable wasn't there.
This fix would be very useful for monitoring cart
service via Prometheus ;)
NA