Skip to content

Commit 7527e5b

Browse files
committed
Update
1 parent 746890e commit 7527e5b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/all-cr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ data:
101101
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
102102
app.service.weight=${APPLICATION_SERVICE_WEIGHT:100}
103103
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}
104-
app.service.meta=${APPLICATION_SERVICE_META:}
104+
app.service.meta=${APPLICATION_SERVICE_META}
105105
app.location.cloud=${APPLICATION_LOCATION_CLOUD:}
106106
app.location.region=${APPLICATION_LOCATION_REGION:}
107107
app.location.zone=${APPLICATION_LOCATION_ZONE:}
@@ -110,7 +110,7 @@ data:
110110
app.location.unitRuleId=${APPLICATION_LOCATION_UNIT_RULE_ID}
111111
app.location.unit=${APPLICATION_LOCATION_UNIT:}
112112
app.location.cell=${APPLICATION_LOCATION_CELL:}
113-
app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:default}
113+
app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:}
114114
app.location.lane=${APPLICATION_LOCATION_LANE:base}
115115
agent.enhance.shutdownOnError=${CONFIG_ENHANCE_SHUTDOWN_ON_ERROR:true}
116116
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main}

deploy/joylive-injector/config/bootstrap.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ app.service.group=${APPLICATION_SERVICE_GROUP:default}
55
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
66
app.service.weight=${APPLICATION_SERVICE_WEIGHT:100}
77
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}
8-
app.service.meta=${APPLICATION_SERVICE_META:}
8+
app.service.meta=${APPLICATION_SERVICE_META}
99
app.location.cloud=${APPLICATION_LOCATION_CLOUD:{{ .Values.agent.location.cloud }}}
1010
app.location.region=${APPLICATION_LOCATION_REGION:{{ .Values.agent.location.region }}}
1111
app.location.zone=${APPLICATION_LOCATION_ZONE:{{ .Values.agent.location.zone }}}

deploy/joylive-injector/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ agent:
7171
unitRuleId:
7272
unit:
7373
cell:
74-
laneSpaceId: default
74+
laneSpaceId:
7575
lane: base
7676
otel:
7777
replicas: 2
-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)