prom-label-proxy
prom-label-proxy copied to clipboard
How to use in a corporate environment with a security proxy?
Hello,
I would like to use this in a corporate environment, but for some reason, the container proxies the request to our internal security proxy and doesn't address the thanos query endpoint directly. I don't know why it is using the security proxy, because I actually specified the upstream as http://thanos-query.thanos.svc.cluster.local:9090
.
I also tried to set the environment variables no_proxy
, NO_PROXY
, http_proxy
, HTTP_PROXY
, https_proxy
and HTTPS_PROXY
with no success.
Do you have any idea how to fix this?