kubemq-io / kubemq-community

KubeMQ is a Kubernetes native message queue broker
https://kubemq.io
Apache License 2.0
659 stars 48 forks source link

API port mismatch in k8s file #18

Closed rweland closed 2 years ago

rweland commented 2 years ago

In several places in the k8s.yaml file the port listing for the API service is 8080, however in the "CONFIG" section it lists the port as 8090

This causes port mapping for the API port to fail, as the container is starting the API service on 8090 as requested by the config section.

Submitted a PR #17 for the change. Will need redeploy of https://deploy.kubemq.io/community

kubemq commented 2 years ago

PR Merged