Skip to content

Commit d76ced6

Browse files
committed
Add service meta env
1 parent f671a03 commit d76ced6

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

deploy/all-cr.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +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:}
104105
app.location.cloud=${APPLICATION_LOCATION_CLOUD:}
105106
app.location.region=${APPLICATION_LOCATION_REGION:}
106107
app.location.zone=${APPLICATION_LOCATION_ZONE:}

deploy/joylive-injector/config/bootstrap.properties

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +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:}
89
app.location.cloud=${APPLICATION_LOCATION_CLOUD:{{ .Values.agent.location.cloud }}}
910
app.location.region=${APPLICATION_LOCATION_REGION:{{ .Values.agent.location.region }}}
1011
app.location.zone=${APPLICATION_LOCATION_ZONE:{{ .Values.agent.location.zone }}}
12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)