k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
70 stars 51 forks source link

Make Management API port configurable. #398

Closed emerkle826 closed 10 months ago

emerkle826 commented 11 months ago

Currently, the port Management API listens on is hardcoded to 8080. This could cause port conflicts in certain deployments.

### Definition of Done
- [ ]  All OSS/DSE Docker images are built with a port that is configurable via setting an environment variable
- [ ] The current hardcoded port of 8080 should be used if the environment variable is not set/present
- [ ] The README is updated to document the environment variable for setting the port.
emerkle826 commented 11 months ago

This is related to https://github.com/thelastpickle/cassandra-reaper/issues/1422