xarg / rabbitmq-statefulset

An example of RabbitMQ Kubernetes using StatefulSet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No protocol value for rabbitmq-node port

viiicky opened this issue · comments

There is no protocol for port 25672 here:

And there are double protocol values for the port 4369. Both as TCP.

Though this is obvious that the latter is a typo, I want to know if the former is intentional?
PS: I couldn't find any other way of commenting, thus creating the issue.

It's a typo. The protocol is not needed at all since TCP is the default.