You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/26 15:25:19 UTC

[GitHub] [incubator-devlake] apujari-hippo commented on a diff in pull request #2600: [FIX]: Fixes for k8-deploy.

apujari-hippo commented on code in PR #2600:
URL: https://github.com/apache/incubator-devlake/pull/2600#discussion_r930105468


##########
k8s-deploy.yaml:
##########
@@ -206,7 +206,7 @@ spec:
             - containerPort: 8080
           env:
             - name: DB_URL
-              value: 'mysql://merico:merico@mysql:3306/lake?charset=utf8mb4&parseTime=True'
+              value: "merico:merico@tcp(mysql:3306)/lake?charset=utf8mb4&parseTime=True"

Review Comment:
   New image accepts the old DB string.



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

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