[skip ci]Increase the time interval of pod kill (#10188)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2021-10-19 17:08:34 +08:00 committed by GitHub
parent 6fcfb353dd
commit bf7cf72481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ spec:
app.kubernetes.io/name: milvus
component: querycoord
scheduler:
cron: '@every 5s'
cron: '@every 15s'

View File

@ -14,4 +14,4 @@ spec:
app.kubernetes.io/name: milvus
component: querynode
scheduler:
cron: '@every 5s'
cron: '@every 15s'