Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Oct 14, 2024
1 parent 145f209 commit 5eb6ceb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions deploy/all-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ data:
type: ${CONFIG_SERVICE_API_TYPE:file}
url: ${CONFIG_SERVICE_API_URL:http://api.jmsf.local:8080/v1}
headers: ${CONFIG_SERVICE_API_HEADERS}
interval: 5000
timeout: 3000
initialTimeout: 20000
watchdog:
enabled: true
delay: 5000
Expand All @@ -225,9 +228,6 @@ data:
enabled: ${CONFIG_REGISTRY_ENABLED:true}
flowcontrol:
enabled: ${CONFIG_FLOW_CONTROL_ENABLED:true}
loadbalance: ${CONFIG_LOADBALANCE_ENABLED:true}
sticky: ${CONFIG_STICKY_ENABLED:false}
limit: ${CONFIG_LIMIT_ENABLED:true}
localhost: ${CONFIG_LOCALHOST_ENABLED:false}
virtual: ${CONFIG_VIRTUAL_ENABLED:false}
protect:
Expand All @@ -246,6 +246,7 @@ data:
initializeTimeout: ${CONFIG_POLICY_INITIALIZE_TIMEOUT:10000}
service:
warmups: ${CONFIG_WARMUP_SERVICES:}
systemPaths: ${CONFIG_SYSTEM_HTTP_PATHS}
concurrencyLimiter:
type: Resilience4j
cleanInterval: 30000
Expand All @@ -260,10 +261,10 @@ data:
expireTime: 60000
live:
topics: ${CONFIG_LIVE_TOPICS}
modifyMQGroupEnabled: ${CONFIG_LIVE_MODIFY_MQ_GROUP:true}
modifyMQGroupEnabled: ${CONFIG_LIVE_MODIFY_MQ_GROUP:false}
lane:
topics: ${CONFIG_LANE_TOPICS}
modifyMQGroupEnabled: ${CONFIG_LANE_MODIFY_MQ_GROUP:true}
modifyMQGroupEnabled: ${CONFIG_LANE_MODIFY_MQ_GROUP:false}
router:
virtual: ${CONFIG_VIRTUAL_SIZE:500}
spring:
Expand Down
11 changes: 6 additions & 5 deletions deploy/joylive-injector/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ agent:
type: ${CONFIG_SERVICE_API_TYPE:file}
url: ${CONFIG_SERVICE_API_URL:http://api.jmsf.local:8080/v1}
headers: ${CONFIG_SERVICE_API_HEADERS}
interval: 5000
timeout: 3000
initialTimeout: 20000
watchdog:
enabled: true
delay: 5000
Expand All @@ -98,9 +101,6 @@ agent:
enabled: ${CONFIG_REGISTRY_ENABLED:true}
flowcontrol:
enabled: ${CONFIG_FLOW_CONTROL_ENABLED:true}
loadbalance: ${CONFIG_LOADBALANCE_ENABLED:true}
sticky: ${CONFIG_STICKY_ENABLED:false}
limit: ${CONFIG_LIMIT_ENABLED:true}
localhost: ${CONFIG_LOCALHOST_ENABLED:false}
virtual: ${CONFIG_VIRTUAL_ENABLED:false}
protect:
Expand All @@ -119,6 +119,7 @@ agent:
initializeTimeout: ${CONFIG_POLICY_INITIALIZE_TIMEOUT:10000}
service:
warmups: ${CONFIG_WARMUP_SERVICES:}
systemPaths: ${CONFIG_SYSTEM_HTTP_PATHS}
concurrencyLimiter:
type: Resilience4j
cleanInterval: 30000
Expand All @@ -133,10 +134,10 @@ agent:
expireTime: 60000
live:
topics: ${CONFIG_LIVE_TOPICS}
modifyMQGroupEnabled: ${CONFIG_LIVE_MODIFY_MQ_GROUP:true}
modifyMQGroupEnabled: ${CONFIG_LIVE_MODIFY_MQ_GROUP:false}
lane:
topics: ${CONFIG_LANE_TOPICS}
modifyMQGroupEnabled: ${CONFIG_LANE_MODIFY_MQ_GROUP:true}
modifyMQGroupEnabled: ${CONFIG_LANE_MODIFY_MQ_GROUP:false}
router:
virtual: ${CONFIG_VIRTUAL_SIZE:500}
spring:
Expand Down
Binary file modified deploy/packages/joylive-injector-1.4.0.tgz
Binary file not shown.

0 comments on commit 5eb6ceb

Please sign in to comment.