diff --git a/deploy/all-cr.yaml b/deploy/all-cr.yaml index 9a0fad6..91cf0fc 100644 --- a/deploy/all-cr.yaml +++ b/deploy/all-cr.yaml @@ -99,6 +99,7 @@ data: app.service.namespace=${APPLICATION_SERVICE_NAMESPACE:default} app.service.group=${APPLICATION_SERVICE_GROUP:default} app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE} + app.location.cloud=${APPLICATION_LOCATION_CLOUD:} app.location.region=${APPLICATION_LOCATION_REGION} app.location.zone=${APPLICATION_LOCATION_ZONE} app.location.cluster=${APPLICATION_LOCATION_CLUSTER} diff --git a/deploy/joylive-injector/config/bootstrap.properties b/deploy/joylive-injector/config/bootstrap.properties index 0d56f27..fc703f2 100644 --- a/deploy/joylive-injector/config/bootstrap.properties +++ b/deploy/joylive-injector/config/bootstrap.properties @@ -3,6 +3,7 @@ app.service.name=${APPLICATION_SERVICE_NAME:${APPLICATION_NAME}} app.service.namespace=${APPLICATION_SERVICE_NAMESPACE:default} app.service.group=${APPLICATION_SERVICE_GROUP:default} app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE} +app.location.cloud=${APPLICATION_LOCATION_CLOUD:} app.location.region=${APPLICATION_LOCATION_REGION} app.location.zone=${APPLICATION_LOCATION_ZONE} app.location.cluster=${APPLICATION_LOCATION_CLUSTER} diff --git a/deploy/packages/joylive-injector-1.1.0.tgz b/deploy/packages/joylive-injector-1.1.0.tgz index 7487563..dd44246 100644 Binary files a/deploy/packages/joylive-injector-1.1.0.tgz and b/deploy/packages/joylive-injector-1.1.0.tgz differ