-
Notifications
You must be signed in to change notification settings - Fork 743
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
Error when trying to Install Argo Events on OpenShift (cannot use port 443) #2159
Comments
how are you isntalling argo events? we are using it on openshift and installed it via the community helm-chart. the option "openshift: true" it should work out of the box. |
Anybody wants to submit a PR to make the port configurable (e.g. in the |
Hi @whynowy, I can do it |
I might have missed the helm chart option. Looking back in my history I see I definitely used the @nirsht thank you for volunteering to make a PR. I am sure I won't be the last person to focus on applying the yamls instead of using the helm chart! |
Hi @stratus-ss, the port is indeed not configurable either way, if only the port would be configurable it would help. I made PR #2215 with option to configure the port, while setting the default to 443. If the PR looks good to you, I will update the docs also. |
@nirsht this was exactly the direction I thought would be available. I found the environment variable for namespace while i was trying to see if there was a setting for the port. much appreciated |
@nirsht - thank you! PR merged, will be available in next release. |
Describe the bug
This bug report is exactly the same as #1726
The user closed the bug without specifying a solution. Myself and a second user are interested in this fix/solution as well but I fear bumping a closed ticket will not receive any attention and I cannot reopen the old ticket.
How do we get the webhook to listen on a different port? Do we have to recompile the application? The namespace is an env variable but the port is not. Ideally this would be set to 8443 as an alternative
Thanks!
The error for reference is
The text was updated successfully, but these errors were encountered: