You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/06/29 07:21:29 UTC

[GitHub] [dolphinscheduler] lyleshaw commented on a diff in pull request #10653: [Fix-10652] fix docker-compose.yml

lyleshaw commented on code in PR #10653:
URL: https://github.com/apache/dolphinscheduler/pull/10653#discussion_r909283263


##########
deploy/kubernetes/dolphinscheduler/templates/svc-dolphinscheduler-api.yaml:
##########
@@ -40,6 +40,13 @@ spec:
       {{- end }}
       protocol: TCP
       name: api-port
+    - port: 25333
+      targetPort: python-api-port
+      { { - if and (eq .Values.api.service.type "NodePort") .Values.api.service.nodePort } }

Review Comment:
   > `{ {` is wrong in Helm Chart syntax, please remove the space between the 2 `{`
   
   Done



-- 
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@dolphinscheduler.apache.org

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