You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2023/06/01 15:57:43 UTC

[linkis] branch dev-1.4.0-integration-test2 updated: update chart yaml

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

casion pushed a commit to branch dev-1.4.0-integration-test2
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0-integration-test2 by this push:
     new 6d70b1c11 update chart yaml
6d70b1c11 is described below

commit 6d70b1c117d51e6d2dc6e925319f07602753b4a3
Author: casionone <ca...@gmail.com>
AuthorDate: Thu Jun 1 23:57:24 2023 +0800

    update chart yaml
---
 .../linkis/templates/configmap-linkis-config.yaml  | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml b/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml
index 7a7092ef2..f75a58f34 100644
--- a/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml
+++ b/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml
@@ -132,6 +132,33 @@ data:
         eviction-interval-timer-in-ms: 5000
         response-cache-update-interval-ms: 3000
 
+  application-engineconn.yml: |
+    spring:
+      application:
+        name: linkis-cg-engineconn
+      servlet:
+        multipart:
+          max-file-size: 500MB
+          max-request-size: 500MB
+          file-size-threshold: 50MB
+    eureka:
+      instance:
+        lease-renewal-interval-in-seconds: 4
+        lease-expiration-duration-in-seconds: 12
+      client:
+        serviceUrl:
+           defaultZone: {{- include "linkis.registration.url" . | quote | indent 1 }}
+        registry-fetch-interval-seconds: 8
+        initial-instance-info-replication-interval-seconds: 10
+    management:
+      endpoints:
+        web:
+          exposure:
+            include: refresh,info,health,metrics
+
+    logging:
+      config: classpath:log4j2.xml
+
   linkis-cli.properties: |
     #wds.linkis.client.common.creator=LINKISCLI
     wds.linkis.client.common.gatewayUrl={{- include "linkis.gateway.url" . }}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org