VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
403 stars 141 forks source link

`targetPort` dropped from endpoints when converting prometheus operator CRs #1015

Closed dctrwatson closed 1 day ago

dctrwatson commented 2 days ago

Looks like when the converters code was moved this was dropped: https://github.com/VictoriaMetrics/operator/blob/5cef723d3ef62b86ebf4e651bcf4b11c5106c650/controllers/converter/apis.go#L350

f41gh7 commented 2 days ago

It was dropped at the following commit a5d295b

Will be returned back at 0.46.2

f41gh7 commented 1 day ago

Issue was fixed at v0.46.2 release