From b252c33689632d5c834088fdb2901b959007517d Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Sun, 8 Mar 2020 10:15:05 -0700 Subject: [PATCH] refine health scope example --- standard/scopes/health_scope.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/standard/scopes/health_scope.md b/standard/scopes/health_scope.md index f51b350..5e525f8 100644 --- a/standard/scopes/health_scope.md +++ b/standard/scopes/health_scope.md @@ -32,4 +32,7 @@ metadata: spec: probe-method: GET probe-endpoint: /health + probe-timeout: 15 + probe-interval: 30 + failure-rate: 0.01 ```