bzp2010 commented on issue #7377:
URL: https://github.com/apache/apisix/issues/7377#issuecomment-1303031582

   #### How to turn on H2C
   
   1. Modify the ConfigMap resource of APISIX, and add a new port to listen to. 
https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L24-L27
   2. Modify the Deployment resource of APISIX to expose that new port with 
HTTP2 enabled.
   3. Create a new Kubernetes Service or modify the previous one to expose the 
port via service. Note that you must set the `appProtocol` in the service port 
to `HTTP2` or `gRPC` to meet Istio's requirements for application protocol 
identification.
   4. Use that new port access in the service.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to