Closed rweland closed 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
k8s.yaml
8080
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
https://deploy.kubemq.io/community
PR Merged
In several places in the
k8s.yaml
file the port listing for the API service is8080
, however in the "CONFIG" section it lists the port as8090
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