How can I use my * certificate to host argocd ? #6204
Unanswered
philippe-lavoie
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @philippe-lavoie , this would probably depend on your individual ingress/load balancer setup, rather than anything specific to Argo CD. You can see the ingress configuration page for description of the ports Argo CD listens on, and ideas on how to accomplish this with various ingresses/LBs. My only suggestion is you may want to consider this, if you've not already tried it: "The API server should be run with TLS disabled. Edit the argocd-server deployment to add the --insecure flag to the argocd-server command.", if you are doing TLS termination within the cluster. If anyone has any specific suggestions, feel free to reply. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've added argocd to my cluster, however connecting to it through a load balancer fails (invalid certificate). My cluster is managed by a wildcard certificate to mixing letsencrypt with it fails. Is there any documentation on how to achieve this ? I only see letsencrypt related information.
Beta Was this translation helpful? Give feedback.
All reactions