dapr/dashboard

dapr app port annotation in instances API

pnocera opened this issue · 2 comments

Expected Behavior

in instances.go line 28
daprPortAnnotation = "dapr.io/port"
should be
daprPortAnnotation = "dapr.io/app-port"

@pnocera would you like to submit a PR to fix this?

Hello @yaron2 , I've just sent a PR.
Regards,
Fabri