File tree 3 files changed +2
-0
lines changed
3 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +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
105
app.location.cloud=${APPLICATION_LOCATION_CLOUD:}
105
106
app.location.region=${APPLICATION_LOCATION_REGION:}
106
107
app.location.zone=${APPLICATION_LOCATION_ZONE:}
Original file line number Diff line number Diff line change @@ -5,6 +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
9
app.location.cloud =${APPLICATION_LOCATION_CLOUD:{{ .Values.agent.location.cloud }}}
9
10
app.location.region =${APPLICATION_LOCATION_REGION:{{ .Values.agent.location.region }}}
10
11
app.location.zone =${APPLICATION_LOCATION_ZONE:{{ .Values.agent.location.zone }}}
You can’t perform that action at this time.
0 commit comments