civic123321 commented on issue #23382:
URL: https://github.com/apache/doris/issues/23382#issuecomment-1689638480

   be的svc调整为headless的service,问题解决
   ```
   apiVersion: v1
   kind: Service
   metadata:
     name: doris-be1
     namespace: default
     labels:
       app: doris-be1
   spec:
     #type: NodePort
     ports:
       - port: 9060
         name: be-port
       - port: 8040
         name: webserver-port
        # targetPort: 8040
        # nodePort: 18040
       - port: 9050
         name: heartbeat-port #This name should be fixed. Doris will get the 
port information through this name
       - port: 8060
         name: brpc-port
     clusterIP: None
     selector:
       app: doris-be1
   ``` 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to