Skip to content

Commit 68c6adf

Browse files
committed
Update config
1 parent 76ae409 commit 68c6adf

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

deploy/all-cr.yaml

+10-11
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ data:
9999
app.service.namespace=${APPLICATION_SERVICE_NAMESPACE:default}
100100
app.service.group=${APPLICATION_SERVICE_GROUP:default}
101101
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
102-
app.service.weight=${APPLICATION_SERVICE_WEIGHT:}
102+
app.service.weight=${APPLICATION_SERVICE_WEIGHT:100}
103103
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}
104104
app.location.cloud=${APPLICATION_LOCATION_CLOUD:}
105105
app.location.region=${APPLICATION_LOCATION_REGION:}
@@ -166,21 +166,20 @@ data:
166166
- grpc
167167
- httpclient
168168
- jdk
169-
- jmq
170-
- jsf
171169
- kafka
172-
- okhttp
173-
- netty
174-
- phevos
175-
- rocketmq
176-
- shenyu
177-
- sofarpc
178-
- spring
179170
- mariadb
180171
- mongodb
172+
- nacos
173+
- netty
174+
- okhttp
181175
- opengauss
182176
- postgresql
177+
- pulsar
178+
- rabbitmq
183179
- redis
180+
- rocketmq
181+
- sofarpc
182+
- spring
184183
disables: null
185184
dynamics: null
186185
profiles:
@@ -322,7 +321,7 @@ data:
322321
cleanInterval: 30000
323322
expireTime: 60000
324323
monitor:
325-
forwardEnabled: ${CONFIG_MONITOR_FORWARD_TRAFFIC_ENABLED:}
324+
forwardEnabled: ${CONFIG_MONITOR_FORWARD_TRAFFIC_ENABLED:true}
326325
rejectEnabled: true
327326
live:
328327
fallbackLocationIfNoSpace: ${CONFIG_FALLBACK_LOCATION_IF_NO_SPACE:false}

deploy/joylive-injector/config/config.yaml

+8-9
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,20 @@ agent:
3636
- grpc
3737
- httpclient
3838
- jdk
39-
- jmq
40-
- jsf
4139
- kafka
42-
- okhttp
43-
- netty
44-
- phevos
45-
- rocketmq
46-
- shenyu
47-
- sofarpc
48-
- spring
4940
- mariadb
5041
- mongodb
42+
- nacos
43+
- netty
44+
- okhttp
5145
- opengauss
5246
- postgresql
47+
- pulsar
48+
- rabbitmq
5349
- redis
50+
- rocketmq
51+
- sofarpc
52+
- spring
5453
disables: null
5554
dynamics: null
5655
profiles:
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)