How to enable ingress with Istio? #2901
Replies: 1 comment
-
nvm...it only creates an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I found an ingress value for the argocd-server deployment in the helm chart. If I want to enable ingress control to the argocd server, is it the right place to start with?
I have a k3s running in my WSL 2 on my Windows. I have Istio installed. I also manually configured istio gateway and virtual-service to provide ingress gateway to my argocd server. But I want to use one chart to install all the configuration, so I wonder if the
ingress
section is the right place.I update that section to this:
After applied the updates, I found an
Ingress
resource is created in myargocd
namespace. But I cannot connect to my argocd server usinghttp://wsl.local/argo
. The connection is simply refused.Also, based on my understanding, we also need a
gateway
and ahttproute
resource for the k8s gateway API to work, but I could not find them. I wonder if I have missed some configurations. I also cannot find any guideline or documentation about thisingress
section.Thanks
Beta Was this translation helpful? Give feedback.
All reactions