argoproj-labs / argocd-extension-metrics

An Argo CD extension to enable visualization of metrics in Argo CD UI.
Apache License 2.0
111 stars 25 forks source link

feat: add flag to run the server without TLS #32

Closed leoluz closed 1 year ago

leoluz commented 1 year ago

This PR adds a flag to disable running the server with TLS. This is necessary when deploying in istio enabled environments where istio proxy sidecar does TLS termination.

Signed-off-by: Leonardo Luz Almeida leonardo_almeida@intuit.com