Skip to content

Commit

Permalink
Add service meta env
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Feb 7, 2025
1 parent f671a03 commit d76ced6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/all-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ data:
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
app.service.weight=${APPLICATION_SERVICE_WEIGHT:100}
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}
app.service.meta=${APPLICATION_SERVICE_META:}
app.location.cloud=${APPLICATION_LOCATION_CLOUD:}
app.location.region=${APPLICATION_LOCATION_REGION:}
app.location.zone=${APPLICATION_LOCATION_ZONE:}
Expand Down
1 change: 1 addition & 0 deletions deploy/joylive-injector/config/bootstrap.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ app.service.group=${APPLICATION_SERVICE_GROUP:default}
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
app.service.weight=${APPLICATION_SERVICE_WEIGHT:100}
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}
app.service.meta=${APPLICATION_SERVICE_META:}
app.location.cloud=${APPLICATION_LOCATION_CLOUD:{{ .Values.agent.location.cloud }}}
app.location.region=${APPLICATION_LOCATION_REGION:{{ .Values.agent.location.region }}}
app.location.zone=${APPLICATION_LOCATION_ZONE:{{ .Values.agent.location.zone }}}
Expand Down
Binary file modified deploy/packages/joylive-injector-1.3.6.tgz
Binary file not shown.

0 comments on commit d76ced6

Please sign in to comment.