Skip to content

Commit

Permalink
Add cluster to config
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Aug 6, 2024
1 parent 8c90e85 commit 27d3b0f
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.location.region=${APPLICATION_LOCATION_REGION}
app.location.zone=${APPLICATION_LOCATION_ZONE}
app.location.cluster=${APPLICATION_LOCATION_CLUSTER}
app.location.liveSpaceId=${APPLICATION_LOCATION_LIVESPACE_ID:${CONFIG_LIVESPACE_ID}}
app.location.unitRuleId=${APPLICATION_LOCATION_UNIT_RULE_ID}
app.location.unit=${APPLICATION_LOCATION_UNIT}
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.location.region=${APPLICATION_LOCATION_REGION}
app.location.zone=${APPLICATION_LOCATION_ZONE}
app.location.cluster=${APPLICATION_LOCATION_CLUSTER}
app.location.liveSpaceId=${APPLICATION_LOCATION_LIVESPACE_ID:${CONFIG_LIVESPACE_ID}}
app.location.unitRuleId=${APPLICATION_LOCATION_UNIT_RULE_ID}
app.location.unit=${APPLICATION_LOCATION_UNIT}
Expand Down
Binary file modified deploy/packages/joylive-injector-1.1.0.tgz
Binary file not shown.

0 comments on commit 27d3b0f

Please sign in to comment.