dapr app port annotation in instances API
pnocera opened this issue · 2 comments
pnocera commented
Expected Behavior
in instances.go line 28
daprPortAnnotation = "dapr.io/port"
should be
daprPortAnnotation = "dapr.io/app-port"
fabrizziocht commented
Hello @yaron2 , I've just sent a PR.
Regards,
Fabri