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 2a7ef56 commit 3aab001
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ data:
wds.linkis.client.common.tokenValue=BML-AUTH
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.spring.cloud.loadbalancer.cache.enabled=false
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
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 @@ -264,6 +266,8 @@ data:
spring.spring.servlet.multipart.file-size-threshold=50MB
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.spring.cloud.loadbalancer.cache.enabled=false
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.cloud.loadbalancer.cache.enabled=false
linkis-mg-gateway.properties: |
#wds.linkis.server.restful.uri=/
Expand Down Expand Up @@ -291,6 +295,8 @@ data:
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.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.cloud.loadbalancer.cache.enabled=false
linkis-cg-linkismanager.properties: |
##restful
Expand All @@ -309,6 +315,8 @@ data:
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.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.cloud.loadbalancer.cache.enabled=false
##Spring
spring.server.port={{ .Values.cgLinkisManager.port }}
Expand All @@ -327,6 +335,8 @@ data:
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.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.cloud.loadbalancer.cache.enabled=false
linkis-cg-engineplugin.properties: |
Expand All @@ -346,6 +356,8 @@ data:
spring.server.port={{ .Values.cgEnginePlugin.port }}
spring.spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.spring.cloud.loadbalancer.cache.enabled=false
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.cloud.loadbalancer.cache.enabled=false
linkis-cg-entrance.properties: |
##restful
Expand Down Expand Up @@ -373,6 +385,8 @@ data:
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.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.cloud.loadbalancer.cache.enabled=false
linkis-ps-publicservice.properties: |
wds.linkis.server.mdm.service.instance.expire-in-seconds=1800
Expand Down Expand Up @@ -410,6 +424,8 @@ data:
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
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
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 3aab001

Please sign in to comment.