mirror of https://github.com/milvus-io/milvus.git
[skip ci]Enable service monitor in chaos test (#11932)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/11875/head
parent
e3e4dc7153
commit
3984ee5585
|
@ -5,6 +5,13 @@ image:
|
|||
repository: milvusdb/milvus-dev
|
||||
tag: master-latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
# Set this to `true` to create ServiceMonitor for Prometheus operator
|
||||
enabled: true
|
||||
|
||||
etcd:
|
||||
replicaCount: 1
|
||||
minio:
|
||||
|
|
Loading…
Reference in New Issue