Skip to content

Commit 662aa81

Browse files
committed
Add Nacos probe configuration to all-cr.yaml and config.yaml
1 parent 6d8c196 commit 662aa81

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

deploy/all-cr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,9 @@ data:
465465
zookeeper:
466466
command: ${CONFIG_PROBE_ZOOKEEPER_COMMAND:srvr}
467467
response: ${CONFIG_PROBE_ZOOKEEPER_RESPONSE:}
468+
nacos:
469+
path: ${CONFIG_PROBE_NACOS_PATH:/nacos/v1/console/health/liveness}
470+
response: ${CONFIG_PROBE_NACOS_RESPONSE:OK}
468471
counter:
469472
gateway: true
470473
service: true

deploy/joylive-injector/config/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ agent:
328328
zookeeper:
329329
command: ${CONFIG_PROBE_ZOOKEEPER_COMMAND:srvr}
330330
response: ${CONFIG_PROBE_ZOOKEEPER_RESPONSE:}
331+
nacos:
332+
path: ${CONFIG_PROBE_NACOS_PATH:/nacos/v1/console/health/liveness}
333+
response: ${CONFIG_PROBE_NACOS_RESPONSE:OK}
331334
counter:
332335
gateway: true
333336
service: true
146 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)