Skip to content

Commit

Permalink
Rename port 15672 to "management" (#444)
Browse files Browse the repository at this point in the history
That's how we call it in the service
  • Loading branch information
mkuratczyk committed Nov 4, 2020
1 parent d4b6129 commit 459c281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resource/statefulset.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func (builder *StatefulSetBuilder) podTemplateSpec(annotations, labels map[strin
ContainerPort: 5672,
},
{
Name: "http",
Name: "management",
ContainerPort: 15672,
},
{
Expand Down

0 comments on commit 459c281

Please sign in to comment.