This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev-2.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev-2.1.3 by this push:
     new 3c9717c10 [Improve] conf improvement
3c9717c10 is described below

commit 3c9717c102a5888de05b9f2fad8a03bc5e567ac6
Author: benjobs <[email protected]>
AuthorDate: Tue Jan 2 08:28:55 2024 +0800

    [Improve] conf improvement
---
 .../streampark/conf/streampark-console-config/application-h2.yml   | 0
 .../conf/streampark-console-config/application-mysql.yml           | 2 +-
 .../conf/streampark-console-config/application-pgsql.yml           | 0
 .../helm/streampark/conf/streampark-console-config/application.yml | 7 +++++--
 deploy/helm/streampark/conf/streampark-console-config/kerberos.yml | 0
 5 files changed, 6 insertions(+), 3 deletions(-)

diff --git 
a/deploy/helm/streampark/conf/streampark-console-config/application-h2.yml 
b/deploy/helm/streampark/conf/streampark-console-config/application-h2.yml
old mode 100755
new mode 100644
diff --git 
a/deploy/helm/streampark/conf/streampark-console-config/application-mysql.yml 
b/deploy/helm/streampark/conf/streampark-console-config/application-mysql.yml
old mode 100755
new mode 100644
index 7c91f7c8c..986ed37cf
--- 
a/deploy/helm/streampark/conf/streampark-console-config/application-mysql.yml
+++ 
b/deploy/helm/streampark/conf/streampark-console-config/application-mysql.yml
@@ -20,4 +20,4 @@ spring:
     username: root
     password: streampark
     driver-class-name: com.mysql.cj.jdbc.Driver
-    url: 
jdbc:mysql://localhost:3306/streampark?useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
+    url: 
jdbc:mysql://localhost:3306/streampark?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
diff --git 
a/deploy/helm/streampark/conf/streampark-console-config/application-pgsql.yml 
b/deploy/helm/streampark/conf/streampark-console-config/application-pgsql.yml
old mode 100755
new mode 100644
diff --git 
a/deploy/helm/streampark/conf/streampark-console-config/application.yml 
b/deploy/helm/streampark/conf/streampark-console-config/application.yml
old mode 100755
new mode 100644
index f3c8c38e8..223fa0ff3
--- a/deploy/helm/streampark/conf/streampark-console-config/application.yml
+++ b/deploy/helm/streampark/conf/streampark-console-config/application.yml
@@ -89,8 +89,8 @@ streampark:
     # lark alert proxy,default https://open.feishu.cn
     lark-url:
   yarn:
-    # default sample, or kerberos
-    http-auth: sample
+      # default simple, or kerberos
+    http-auth: simple
 
   # HADOOP_USER_NAME
   hadoop-user-name: hdfs
@@ -118,6 +118,9 @@ streampark:
       polling-interval-sec:
         job-status: 2
         cluster-metric: 3
+    # If you need to specify an ingress controller, you can use this.
+    ingress:
+      class: nginx
 
   # packer garbage resources collection configuration
   packer-gc:
diff --git a/deploy/helm/streampark/conf/streampark-console-config/kerberos.yml 
b/deploy/helm/streampark/conf/streampark-console-config/kerberos.yml
old mode 100755
new mode 100644

Reply via email to