snowleopard331 commented on issue #2248:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2248#issuecomment-2174896658

   `apiVersion: apisix.apache.org/v2
   kind: ApisixUpstream
   metadata:
     name: kiwi.domainserver.example
   spec:
     retries: 3
     timeout:
       connect: 3s
       send: 3s
       read: 3s
     loadbalancer:
       type: chash
       hashOn: header
       key: x-api-key
     discovery:
       type: nacos
       args:
         groupName: domainServer  # 如果连不上,key可能需要微调
         namespaceId: b46e5b62-32d0-4798-9595-d0bd1382ea0b # 如果连不上,key可能需要微调
       serviceName: "providers:kiwi.domainServer.example::"
     scheme: grpc
     passHost: pass`


-- 
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