Skip to content

Commit 442df77

Browse files
committed
Update group settings in configuration files to use DEFAULT_GROUP and enable group functionality
1 parent b2ffa58 commit 442df77

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

deploy/all-cr.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ data:
436436
password: ${CONFIG_REGISTRY_PASSWORD_FIRST:${REGISTRY_PASSWORD:guest}}
437437
properties: ${CONFIG_REGISTRY_PROPERTIES_FIRST}
438438
namespace: ${CONFIG_REGISTRY_NAMESPACE_FIRST:public}
439-
group: ${CONFIG_REGISTRY_GROUP_FIRST:${APPLICATION_SERVICE_GROUP}}
440-
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:false}
439+
group: ${CONFIG_REGISTRY_GROUP_FIRST:DEFAULT_GROUP}
440+
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
441441
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
442442
- type: ${CONFIG_REGISTRY_TYPE_SECOND:nacos}
443443
role: ${CONFIG_REGISTRY_ROLE_SECOND:SECONDARY}
@@ -447,8 +447,8 @@ data:
447447
password: ${CONFIG_REGISTRY_PASSWORD_SECOND:${REGISTRY_PASSWORD:guest}}
448448
properties: ${CONFIG_REGISTRY_PROPERTIES_SECOND}
449449
namespace: ${CONFIG_REGISTRY_NAMESPACE_SECOND:public}
450-
group: ${CONFIG_REGISTRY_GROUP_SECOND:${APPLICATION_SERVICE_GROUP}}
451-
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:false}
450+
group: ${CONFIG_REGISTRY_GROUP_SECOND:DEFAULT_GROUP}
451+
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
452452
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
453453
- type: ${CONFIG_REGISTRY_TYPE_THIRD:nacos}
454454
role: ${CONFIG_REGISTRY_ROLE_THIRD:SECONDARY}
@@ -458,8 +458,8 @@ data:
458458
properties: ${CONFIG_REGISTRY_PROPERTIES_THIRD}
459459
password: ${CONFIG_REGISTRY_PASSWORD_THIRD:${REGISTRY_PASSWORD:guest}}
460460
namespace: ${CONFIG_REGISTRY_NAMESPACE_THIRD:public}
461-
group: ${CONFIG_REGISTRY_GROUP_THIRD:${APPLICATION_SERVICE_GROUP}}
462-
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:false}
461+
group: ${CONFIG_REGISTRY_GROUP_THIRD:DEFAULT_GROUP}
462+
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
463463
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
464464
counter:
465465
gateway: true

deploy/joylive-injector/config/config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ agent:
299299
password: ${CONFIG_REGISTRY_PASSWORD_FIRST:${REGISTRY_PASSWORD:guest}}
300300
properties: ${CONFIG_REGISTRY_PROPERTIES_FIRST}
301301
namespace: ${CONFIG_REGISTRY_NAMESPACE_FIRST:public}
302-
group: ${CONFIG_REGISTRY_GROUP_FIRST:${APPLICATION_SERVICE_GROUP}}
303-
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:false}
302+
group: ${CONFIG_REGISTRY_GROUP_FIRST:DEFAULT_GROUP}
303+
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
304304
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
305305
- type: ${CONFIG_REGISTRY_TYPE_SECOND:nacos}
306306
role: ${CONFIG_REGISTRY_ROLE_SECOND:SECONDARY}
@@ -310,8 +310,8 @@ agent:
310310
password: ${CONFIG_REGISTRY_PASSWORD_SECOND:${REGISTRY_PASSWORD:guest}}
311311
properties: ${CONFIG_REGISTRY_PROPERTIES_SECOND}
312312
namespace: ${CONFIG_REGISTRY_NAMESPACE_SECOND:public}
313-
group: ${CONFIG_REGISTRY_GROUP_SECOND:${APPLICATION_SERVICE_GROUP}}
314-
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:false}
313+
group: ${CONFIG_REGISTRY_GROUP_SECOND:DEFAULT_GROUP}
314+
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
315315
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
316316
- type: ${CONFIG_REGISTRY_TYPE_THIRD:nacos}
317317
role: ${CONFIG_REGISTRY_ROLE_THIRD:SECONDARY}
@@ -321,8 +321,8 @@ agent:
321321
properties: ${CONFIG_REGISTRY_PROPERTIES_THIRD}
322322
password: ${CONFIG_REGISTRY_PASSWORD_THIRD:${REGISTRY_PASSWORD:guest}}
323323
namespace: ${CONFIG_REGISTRY_NAMESPACE_THIRD:public}
324-
group: ${CONFIG_REGISTRY_GROUP_THIRD:${APPLICATION_SERVICE_GROUP}}
325-
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:false}
324+
group: ${CONFIG_REGISTRY_GROUP_THIRD:DEFAULT_GROUP}
325+
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
326326
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
327327
counter:
328328
gateway: true
-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)