You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/05/08 02:51:31 UTC

[GitHub] [incubator-inlong] shink commented on a diff in pull request #4121: [INLONG-3553][TubeMQ] Update Helm Chart for latest configuration

shink commented on code in PR #4121:
URL: https://github.com/apache/incubator-inlong/pull/4121#discussion_r867426661


##########
docker/kubernetes/templates/tubemq-broker-ini-configmap.yaml:
##########
@@ -26,7 +26,7 @@ data:
   broker.ini.raw: |
     [broker]
     brokerId=REPLACE_BY_POD_ID
-    hostName=REPLACE_BY_POD_HOSTNAME
+    hostName=REPLACE_BY_POD_IP
     port=8123
     webPort=8081

Review Comment:
   @dockerzhang These ports are configurable. It should not be hard-coded.
   
   ```suggestion
       port={{ .Values.tubemqBroker.ports.rpcPort }}
       webPort={{ .Values.tubemqBroker.ports.webPort }}
   ```



-- 
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: commits-unsubscribe@inlong.apache.org

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