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 c4ceada commit 3976ae3
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ data:
reasonable: true
support-methods-arguments: true
params: countSql
spring:
cloud:
loadbalancer:
cache:
enabled: false
main:
allow-circular-references: true
mvc:
pathmatch:
matching-strategy: ant_path_matcher
#ribbon:
# ReadTimeout: 10000
Expand Down Expand Up @@ -239,6 +249,8 @@ data:
spring.spring.servlet.multipart.max-request-size=500MB
# note:value of zero means Jetty will never write to disk.
spring.spring.servlet.multipart.file-size-threshold=50MB
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.spring.cloud.loadbalancer.cache.enabled=false
linkis-mg-gateway.properties: |
#wds.linkis.server.restful.uri=/
Expand Down Expand Up @@ -374,6 +386,7 @@ data:
spring.spring.main.allow-bean-definition-overriding=true
spring.spring.jackson.serialization.FAIL_ON_EMPTY_BEANS=false
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.spring.cloud.loadbalancer.cache.enabled=false
# ps-cs prefix must be started with 'cs_'
spring.eureka.instance.metadata-map.route=cs_1_dev
Expand Down

0 comments on commit 3976ae3

Please sign in to comment.