File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ data:
101
101
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
102
102
app.service.weight=${APPLICATION_SERVICE_WEIGHT:100}
103
103
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}
104
- app.service.meta=${APPLICATION_SERVICE_META: }
104
+ app.service.meta=${APPLICATION_SERVICE_META}
105
105
app.location.cloud=${APPLICATION_LOCATION_CLOUD:}
106
106
app.location.region=${APPLICATION_LOCATION_REGION:}
107
107
app.location.zone=${APPLICATION_LOCATION_ZONE:}
@@ -110,7 +110,7 @@ data:
110
110
app.location.unitRuleId=${APPLICATION_LOCATION_UNIT_RULE_ID}
111
111
app.location.unit=${APPLICATION_LOCATION_UNIT:}
112
112
app.location.cell=${APPLICATION_LOCATION_CELL:}
113
- app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:default }
113
+ app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:}
114
114
app.location.lane=${APPLICATION_LOCATION_LANE:base}
115
115
agent.enhance.shutdownOnError=${CONFIG_ENHANCE_SHUTDOWN_ON_ERROR:true}
116
116
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ app.service.group=${APPLICATION_SERVICE_GROUP:default}
5
5
app.service.gateway =${APPLICATION_SERVICE_GATEWAY:NONE}
6
6
app.service.weight =${APPLICATION_SERVICE_WEIGHT:100}
7
7
app.service.warmupDuration =${APPLICATION_SERVICE_WARMUP_DURATION:}
8
- app.service.meta =${APPLICATION_SERVICE_META: }
8
+ app.service.meta =${APPLICATION_SERVICE_META}
9
9
app.location.cloud =${APPLICATION_LOCATION_CLOUD:{{ .Values.agent.location.cloud }}}
10
10
app.location.region =${APPLICATION_LOCATION_REGION:{{ .Values.agent.location.region }}}
11
11
app.location.zone =${APPLICATION_LOCATION_ZONE:{{ .Values.agent.location.zone }}}
Original file line number Diff line number Diff line change 71
71
unitRuleId :
72
72
unit :
73
73
cell :
74
- laneSpaceId : default
74
+ laneSpaceId :
75
75
lane : base
76
76
otel :
77
77
replicas : 2
You can’t perform that action at this time.
0 commit comments