Currently only ports 9201 and 9202 are enabled and it is not possible to enable a port with the helm chart to use the Thanos StoreAPI according to the configuration in
https://github.com/timescale/promscale/blob/master/docs/configuration.md using the param thanos.store-api.server-address.
I added the port configuration in the values.yaml and updated the deployment and service template, by default port will be set on false.
I already performed some test configuring the Thanos StoreAPI with:
Currently only ports 9201 and 9202 are enabled and it is not possible to enable a port using the helm chart to use the Thanos StoreAPI according to the configuration in
https://github.com/timescale/promscale/blob/master/docs/configuration.md using the param thanos.store-api.server-address.
This PR adds the possibility to enable a port to use the Thanos StoreAPI
Which issue this PR fixes
(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)
Currently only ports 9201 and 9202 are enabled and it is not possible to enable a port with the helm chart to use the Thanos StoreAPI according to the configuration in https://github.com/timescale/promscale/blob/master/docs/configuration.md using the param
thanos.store-api.server-address
.I added the port configuration in the
values.yaml
and updated the deployment and service template, by default port will be set on false.I already performed some test configuring the Thanos StoreAPI with:
then checking the logs:
Thanos StoreAPI is enabled and using the new configuration the service enabled the port to access the API.
service:
Then Thanos query is able to connect to promscale.
Signed-off-by: Kadaffy Talavera kadaffy@ongres.com
What this PR does / why we need it
Currently only ports 9201 and 9202 are enabled and it is not possible to enable a port using the helm chart to use the Thanos StoreAPI according to the configuration in https://github.com/timescale/promscale/blob/master/docs/configuration.md using the param
thanos.store-api.server-address
.This PR adds the possibility to enable a port to use the Thanos StoreAPI
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer
Checklist