Skip to content

Commit 31b6c07

Browse files
committed
Add registerAppServiceEnabled configuration to registry settings
1 parent 027f643 commit 31b6c07

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

deploy/all-cr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ data:
107107
app.location.region=${APPLICATION_LOCATION_REGION:}
108108
app.location.zone=${APPLICATION_LOCATION_ZONE:}
109109
app.location.cluster=${APPLICATION_LOCATION_CLUSTER:}
110-
app.location.liveSpaceId=${APPLICATION_LOCATION_LIVESPACE_ID:${CONFIG_LIVESPACE_ID}}
110+
app.location.liveSpaceId=${APPLICATION_LOCATION_LIVESPACE_ID:${CONFIG_LIVESPACE_ID:}}
111111
app.location.unitRuleId=${APPLICATION_LOCATION_UNIT_RULE_ID}
112112
app.location.unit=${APPLICATION_LOCATION_UNIT:}
113113
app.location.cell=${APPLICATION_LOCATION_CELL:${NODE_CELL:}}
@@ -422,6 +422,7 @@ data:
422422
profile: ${CONFIG_CENTER_PROFILE:${APPLICATION_SERVICE_GROUP}}
423423
registry:
424424
enabled: ${CONFIG_REGISTRY_ENABLED:false}
425+
registerAppServiceEnabled: ${REGISTER_APP_SERVICE_ENABLED:${CONFIG_REGISTRY_ENABLED:false}}
425426
subscribeMode: ${CONFIG_REGISTRY_SUBSCRIBE_MODE:AUTO}
426427
host:
427428
enabled: ${CONFIG_HOST_SERVICE_ENABLED:true}

deploy/joylive-injector/config/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ agent:
285285
profile: ${CONFIG_CENTER_PROFILE:${APPLICATION_SERVICE_GROUP}}
286286
registry:
287287
enabled: ${CONFIG_REGISTRY_ENABLED:false}
288+
registerAppServiceEnabled: ${REGISTER_APP_SERVICE_ENABLED:${CONFIG_REGISTRY_ENABLED:false}}
288289
subscribeMode: ${CONFIG_REGISTRY_SUBSCRIBE_MODE:AUTO}
289290
host:
290291
enabled: ${CONFIG_HOST_SERVICE_ENABLED:true}
27 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)