Skip to content

Commit

Permalink
Modify configmap-linkis-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 committed Nov 25, 2023
1 parent 3976ae3 commit 2a7ef56
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ data:
application:
name: linkis-mg-eureka
profiles: eureka
cloud:
loadbalancer:
cache:
enabled: false
main:
allow-circular-references: true
mvc:
pathmatch:
matching-strategy: ant_path_matcher
freemarker:
cache: false
prefer-file-system-access: false
Expand Down Expand Up @@ -159,6 +168,8 @@ data:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
servlet:
path: /api/rest_j/v1
servlet:
multipart:
max-file-size: 500MB
Expand Down Expand Up @@ -190,6 +201,8 @@ data:
wds.linkis.client.common.authStrategy=token
wds.linkis.client.common.tokenKey=Validation-Code
wds.linkis.client.common.tokenValue=BML-AUTH
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.spring.cloud.loadbalancer.cache.enabled=false
#wds.linkis.client.noncustomizable.enable.user.specification=true
#wds.linkis.client.noncustomizable.enable.proxy.user=true
Expand Down Expand Up @@ -276,6 +289,8 @@ data:
spring.server.port={{ .Values.mgGateway.port }}
## you may set service version if you want to distinguish different configuration version
spring.eureka.instance.metadata-map.linkis.conf.version=v1
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.spring.cloud.loadbalancer.cache.enabled=false
linkis-cg-linkismanager.properties: |
##restful
Expand All @@ -292,6 +307,8 @@ data:
## you may set service version if you want to distinguish different configuration version
spring.eureka.instance.metadata-map.linkis.conf.version=v1
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.spring.cloud.loadbalancer.cache.enabled=false
##Spring
spring.server.port={{ .Values.cgLinkisManager.port }}
Expand All @@ -308,6 +325,8 @@ data:
#wds.linkis.engineconn.env.keys=SPARK3_HOME,
spring.eureka.instance.metadata-map.linkis.conf.version=v1
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.spring.cloud.loadbalancer.cache.enabled=false
linkis-cg-engineplugin.properties: |
Expand All @@ -325,6 +344,8 @@ data:
##Spring
spring.server.port={{ .Values.cgEnginePlugin.port }}
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.spring.cloud.loadbalancer.cache.enabled=false
linkis-cg-entrance.properties: |
##restful
Expand All @@ -350,6 +371,8 @@ data:
## you may set service version if you want to distinguish different configuration version
spring.eureka.instance.metadata-map.linkis.conf.version=v1
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.spring.cloud.loadbalancer.cache.enabled=false
linkis-ps-publicservice.properties: |
wds.linkis.server.mdm.service.instance.expire-in-seconds=1800
Expand Down

0 comments on commit 2a7ef56

Please sign in to comment.