Update chaos cron (#7652)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2021-09-09 17:44:00 +08:00 committed by GitHub
parent 29e5138274
commit b9aba11096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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