Replies: 2 comments
-
You can use helm chart to install argo-workflows instead quick-start-miniaml.yaml manifest. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Based on the resources listed here, you're missing a |
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 have been struggling to figure out how to get Nginx Ingress working with Argo Workflow. I'm able to set up ArgoCD and Argo Event with Nginx Ingress in GKE but I'm hitting the wall with Argo Workflow.
Here is my Argo Workflow Ingress configuration:
And this is part of my Argo Workflow deployment:
I can port-forward Argo Workflow to my local and access the service with https://localhost:2746.
However, when I applied the Ingress and tried to access it from the browser, I hit
502 Bad Gateway
.Here is my Nginx Ingress log
Am I missing anything?
Beta Was this translation helpful? Give feedback.
All reactions