You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "tao12345666333 (via GitHub)" <gi...@apache.org> on 2023/05/18 08:28:23 UTC

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1834: request help: route multiple scheme service

tao12345666333 commented on issue #1834:
URL: https://github.com/apache/apisix-ingress-controller/issues/1834#issuecomment-1552719093

   you can try this
   
   ```
   apiVersion: apisix.apache.org/v2
   kind: ApisixUpstream
   metadata:
     name:  server-service
   spec:
     portLevelSettings:
       - port: 50051
         scheme: grpc
       - port: 50055
         scheme: https
   
   ```


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org