DescartesResearch / TeaStore

A micro-service reference test application for model extraction, cloud management, energy efficiency, power prediction, single- and multi-tier auto-scaling
https://se.informatik.uni-wuerzburg.de
Apache License 2.0
118 stars 136 forks source link

Added app=teastore to metadata of deployments #252

Closed hkayabilisim closed 1 year ago

hkayabilisim commented 1 year ago

In the new Kubernetes YAML files, I've added "app=teastore" labels to the metadata of deployments. So that, deployments are returned when "-l app=teastore" is applied.

Please refer to https://github.com/DescartesResearch/TeaStore/issues/251

SimonEismann commented 1 year ago

Good catch, thanks for adding this!