-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(chart): search api exposed directly with ALB #2708
Conversation
ArgoCD Diff for commit
|
Legend | Status |
---|---|
✅ | The app is synced in ArgoCD, and diffs you see are solely from this PR. |
The app is out-of-sync in ArgoCD, and the diffs you see include those changes plus any from this PR. | |
🛑 | There was an error generating the ArgoCD diffs due to changes in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this.
I don't know much about k8s ingress, so... I cannot really review the ingress.yaml file.
But what is sure is that we have to include some type of conditional in the nginx template, because we rely on it in the e2e tests.
Another way might be to have a specific nginx template just for the e2e tests.
What do you think?
Ok, so let's keep the proxy for now. |
As discussed in #468, let's start to remove nginx proxy.
In this PR, we begin with the search API.