pegasas commented on code in PR #15922:
URL: 
https://github.com/apache/dolphinscheduler/pull/15922#discussion_r1584736623


##########
deploy/kubernetes/dolphinscheduler/values.yaml:
##########
@@ -129,6 +129,17 @@ externalDatabase:
   # -- The driverClassName of external database
   driverClassName: "org.postgresql.Driver"
 
+datasource:
+  profile: postgresql
+  config:
+    driver-class-name: org.postgresql.Driver
+    url: jdbc:postgresql://127.0.0.1:5432/dolphinscheduler
+    username: root
+    password: root
+    hikari:
+      connection-test-query: select 1
+      pool-name: DolphinScheduler

Review Comment:
   https://github.com/apache/dolphinscheduler/issues/15924#issue-2265227765
   Exactly, 
   I will abandon that in next following plan. 
   
![image](https://github.com/apache/dolphinscheduler/assets/13224827/d5f9f6b4-981e-47df-a2fb-9361a4988fdf)
   
   



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

Reply via email to