This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
33appVersion : " 2.0.0-pre-ga"
44kubeVersion : " ^1.10.0-0"
55description : Milvus is an open-source vector database built to power AI applications and vector similarity search.
6- version : 2.4.25
6+ version : 2.4.26
77keywords :
88 - milvus
99 - elastic
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
1414spec :
1515 endpoints :
1616 - honorLabels : true
17- interval : 30s
17+ interval : {{ .Values.metrics.serviceMonitor.interval }}
1818 path : /metrics
1919 port : metrics
2020 namespaceSelector :
@@ -44,7 +44,7 @@ metadata:
4444spec :
4545 endpoints :
4646 - honorLabels : true
47- interval : 30s
47+ interval : {{ .Values.metrics.serviceMonitor.interval }}
4848 path : /metrics
4949 port : metrics
5050 namespaceSelector :
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ metrics:
7777 serviceMonitor :
7878 # Set this to `true` to create ServiceMonitor for Prometheus operator
7979 enabled : false
80-
80+ interval : " 30s "
8181 # Additional labels that can be used so ServiceMonitor will be discovered by Prometheus
8282 additionalLabels : {}
8383
You can’t perform that action at this time.
0 commit comments