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:
|
checks:
|
||||||
- name: "Dapr Health Status"
|
- name: "Dapr Health Status"
|
||||||
checkID: "daprHealth:${APP_ID}"
|
checkID: "daprHealth:${APP_ID}"
|
||||||
interval: "15s",
|
interval: "15s"
|
||||||
http: "http://${HOST_ADDRESS}:${DAPR_HTTP_PORT}/v1.0/healthz"
|
http: "http://${HOST_ADDRESS}:${DAPR_HTTP_PORT}/v1.0/healthz"
|
||||||
- name: "Service Health Status"
|
- name: "Service Health Status"
|
||||||
checkID: "serviceHealth:${APP_ID}"
|
checkID: "serviceHealth:${APP_ID}"
|
||||||
interval: "15s",
|
interval: "15s"
|
||||||
http: "http://${HOST_ADDRESS}:${APP_PORT}/health"
|
http: "http://${HOST_ADDRESS}:${APP_PORT}/health"
|
||||||
tags:
|
tags:
|
||||||
- "dapr"
|
- "dapr"
|
||||||
|
@ -129,7 +129,7 @@ spec:
|
||||||
check:
|
check:
|
||||||
name: "Dapr Health Status"
|
name: "Dapr Health Status"
|
||||||
checkID: "daprHealth:${APP_ID}"
|
checkID: "daprHealth:${APP_ID}"
|
||||||
interval: "15s",
|
interval: "15s"
|
||||||
http: "http://${HOST_ADDRESS}:${DAPR_HTTP_PORT}/v1.0/healthz"
|
http: "http://${HOST_ADDRESS}:${DAPR_HTTP_PORT}/v1.0/healthz"
|
||||||
meta:
|
meta:
|
||||||
DAPR_METRICS_PORT: "${DAPR_METRICS_PORT}"
|
DAPR_METRICS_PORT: "${DAPR_METRICS_PORT}"
|
||||||
|
|
Loading…
Reference in New Issue