nr_consul_typo fixed malformed yaml (#1532)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
Abdulaziz Elsheikh 2021-06-03 01:43:27 +01:00 committed by GitHub
parent 993cf5e2a2
commit a573434a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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}"