Skip to content

Commit 746890e

Browse files
committed
Add default laneSpaceId
1 parent 16d95e0 commit 746890e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

deploy/all-cr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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}
113+
app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:default}
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
@@ -14,7 +14,7 @@ app.location.liveSpaceId=${APPLICATION_LOCATION_LIVESPACE_ID:${CONFIG_LIVESPACE_
1414
app.location.unitRuleId=${APPLICATION_LOCATION_UNIT_RULE_ID}
1515
app.location.unit=${APPLICATION_LOCATION_UNIT:{{ .Values.agent.location.unit }}}
1616
app.location.cell=${APPLICATION_LOCATION_CELL:{{ .Values.agent.location.cell }}}
17-
app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID}
17+
app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:{{ .Values.agent.location.laneSpaceId }}}
1818
app.location.lane=${APPLICATION_LOCATION_LANE:{{ .Values.agent.location.lane }}}
1919
agent.enhance.shutdownOnError=${CONFIG_ENHANCE_SHUTDOWN_ON_ERROR:true}
2020
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main}

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:
74+
laneSpaceId: default
7575
lane: base
7676
otel:
7777
replicas: 2
4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)