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/04/07 05:01:51 UTC

[GitHub] [incubator-inlong] shink commented on a diff in pull request #3562: [INLONG-3560][TubeMQ] Fix invalid port names in tubemq pods

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


##########
docker/kubernetes/templates/tubemq-manager-service.yaml:
##########
@@ -26,7 +26,7 @@ metadata:
 spec:
   type: ClusterIP
   ports:
-    - name: {{ .Values.tubemqManager.component }}-port
+    - name: tubemq-mgr-port
       protocol: TCP
       port: {{ .Values.tubemqManager.port }}
       targetPort: 8089

Review Comment:
   The `manager` is abbreviated as `mgr`.



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