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
119 stars 140 forks source link

Fixed the URL of teastore-clusterip.yaml #247

Closed hkayabilisim closed 1 year ago

hkayabilisim commented 1 year ago

Old and not working: kubectl create -f https://github.com/DescartesResearch/TeaStore/blob/master/examples/kubernetes/teastore-clusterip.yaml

New: kubectl create -f https://raw.githubusercontent.com/DescartesResearch/TeaStore/master/examples/kubernetes/teastore-clusterip.yaml

SimonEismann commented 1 year ago

It seems like #243 made the same change, but Github shows this PR still as mergeable, so I'll give merging it to a shot ;)