Skip to content

Commit a05ffee

Browse files
committed
Add Zookeeper probe configuration to all-cr.yaml and config.yaml
1 parent 7a159e9 commit a05ffee

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

deploy/all-cr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,10 @@ data:
461461
group: ${CONFIG_REGISTRY_GROUP_THIRD:DEFAULT_GROUP}
462462
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
463463
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
464+
probe:
465+
zookeeper:
466+
command: ${CONFIG_PROBE_ZOOKEEPER_COMMAND:srvr}
467+
response: ${CONFIG_PROBE_ZOOKEEPER_RESPONSE:}
464468
counter:
465469
gateway: true
466470
service: true

deploy/joylive-injector/config/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ agent:
324324
group: ${CONFIG_REGISTRY_GROUP_THIRD:DEFAULT_GROUP}
325325
groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
326326
denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
327+
probe:
328+
zookeeper:
329+
command: ${CONFIG_PROBE_ZOOKEEPER_COMMAND:srvr}
330+
response: ${CONFIG_PROBE_ZOOKEEPER_RESPONSE:}
327331
counter:
328332
gateway: true
329333
service: true
69 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)