-
Notifications
You must be signed in to change notification settings - Fork 29
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
appProtocol support for http2 #323
Conversation
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.
Let's add a little more support for standard values, but otherwise lgtm!
Welp, I tried to help you out with https://github.com/ngrok/kubernetes-ingress-controller/pull/324, but since we can't use If http2 is configured as the appProtocol and we're also terminating TLS against the upstream/backend, you'll also need to set |
What
We are adding
http2
support, expose this in the controller.How
Resolve and pass around to tunnel CRD.
Breaking Changes
None. We should merge only after we update to ngrok-go stable.