mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 18:18:30 +08:00
[skip e2e] Upgrade chart to add kafka metrics for nightly (#17622)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
aa4b42c74b
commit
d69a41f63d
@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == "master" ? "50 22,2 * * * " : ""
|
|||||||
// Make timeout 4 hours so that we can run two nightly during the ci
|
// Make timeout 4 hours so that we can run two nightly during the ci
|
||||||
int total_timeout_minutes = 4 * 60
|
int total_timeout_minutes = 4 * 60
|
||||||
def imageTag=''
|
def imageTag=''
|
||||||
def chart_version='3.0.20'
|
def chart_version='3.0.24'
|
||||||
pipeline {
|
pipeline {
|
||||||
triggers {
|
triggers {
|
||||||
cron """${cron_timezone}
|
cron """${cron_timezone}
|
||||||
|
|||||||
@ -9,4 +9,13 @@ pulsar:
|
|||||||
zookeeper:
|
zookeeper:
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
existingStorageClassName: local-path
|
existingStorageClassName: local-path
|
||||||
|
|
||||||
|
kafka:
|
||||||
|
metrics:
|
||||||
|
kafka:
|
||||||
|
enabled: true
|
||||||
|
jmx:
|
||||||
|
enabled: true
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: true
|
||||||
Loading…
x
Reference in New Issue
Block a user