Skip to content

Commit

Permalink
Update dapr port annotation (#150)
Browse files Browse the repository at this point in the history
Changes made in instances.go:
* Update const daprPortAnnotation to dapr.io/app-port

Signed-off-by: fabrizziocht <[email protected]>
  • Loading branch information
fabrizziocht committed Jul 2, 2023
1 parent 943b638 commit bef3e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/instances/instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import (
const (
daprEnabledAnnotation = "dapr.io/enabled"
daprIDAnnotation = "dapr.io/app-id"
daprPortAnnotation = "dapr.io/port"
daprPortAnnotation = "dapr.io/app-port"
)

var controlPlaneLabels = [...]string{
Expand Down

0 comments on commit bef3e13

Please sign in to comment.