charmed-lma / charm-k8s-prometheus

Kubernetes Operator for Prometheus
Apache License 2.0
4 stars 2 forks source link

Remove the config option to modify Prometheus' advertised port #9

Closed relaxdiego closed 4 years ago

relaxdiego commented 4 years ago

In a containerized world, there is no need to customize Prometheus' advertised port since there's virtually zero chance of it conflicting with another process. If a different port must be exposed to the outside world, that can be done via the Service resource or some other mechanism.