mirror of https://github.com/dapr/docs.git
nr_consul_typo fixed malformed yaml (#1532)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
parent
993cf5e2a2
commit
a573434a29
|
@ -84,11 +84,11 @@ spec:
|
|||
checks:
|
||||
- name: "Dapr Health Status"
|
||||
checkID: "daprHealth:${APP_ID}"
|
||||
interval: "15s",
|
||||
interval: "15s"
|
||||
http: "http://${HOST_ADDRESS}:${DAPR_HTTP_PORT}/v1.0/healthz"
|
||||
- name: "Service Health Status"
|
||||
checkID: "serviceHealth:${APP_ID}"
|
||||
interval: "15s",
|
||||
interval: "15s"
|
||||
http: "http://${HOST_ADDRESS}:${APP_PORT}/health"
|
||||
tags:
|
||||
- "dapr"
|
||||
|
@ -129,7 +129,7 @@ spec:
|
|||
check:
|
||||
name: "Dapr Health Status"
|
||||
checkID: "daprHealth:${APP_ID}"
|
||||
interval: "15s",
|
||||
interval: "15s"
|
||||
http: "http://${HOST_ADDRESS}:${DAPR_HTTP_PORT}/v1.0/healthz"
|
||||
meta:
|
||||
DAPR_METRICS_PORT: "${DAPR_METRICS_PORT}"
|
||||
|
|
Loading…
Reference in New Issue