Skip to content

Commit

Permalink
[skip ci]Enable service monitor in chaos test (milvus-io#11932)
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <[email protected]>
  • Loading branch information
zhuwenxing authored Nov 16, 2021
1 parent e3e4dc7 commit 3984ee5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/python_client/chaos/cluster-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3984ee5

Please sign in to comment.