Skip to content

Commit 459c281

Browse files
authored
Rename port 15672 to "management" (#444)
That's how we call it in the service
1 parent d4b6129 commit 459c281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resource/statefulset.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ func (builder *StatefulSetBuilder) podTemplateSpec(annotations, labels map[strin
360360
ContainerPort: 5672,
361361
},
362362
{
363-
Name: "http",
363+
Name: "management",
364364
ContainerPort: 15672,
365365
},
366366
{

0 commit comments

Comments
 (0)