kubemq-io / kubemq-community

KubeMQ is a Kubernetes native message queue broker

Home Page:https://kubemq.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API port mismatch in k8s file

rweland opened this issue · comments

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

PR Merged