File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : mo-ob-opensource
3
3
description : mo-ob-opensource's Helm chart for Kubernetes
4
4
type : application
5
- version : 1.0.5
5
+ version : 1.0.6
6
6
appVersion : 0.9.0
7
7
dependencies :
8
8
- condition : kube-prometheus-stack.enabled
Original file line number Diff line number Diff line change @@ -432,24 +432,6 @@ kube-prometheus-stack:
432
432
requests :
433
433
storage : 40Gi
434
434
additionalScrapeConfigs :
435
- # 过渡方案:在相关组件添加完成 annotation 后会被删除
436
- - job_name : " mocloud-application"
437
- honor_labels : true
438
- kubernetes_sd_configs :
439
- - role : endpoints
440
- relabel_configs :
441
- - action : keep
442
- regex : " mo-cloud|cos"
443
- source_labels :
444
- - __meta_kubernetes_namespace
445
- - action : drop
446
- source_labels : [__meta_kubernetes_pod_name, __meta_kubernetes_pod]
447
- regex : frps
448
- - action : labelmap
449
- regex : __meta_kubernetes_pod_label_(.+)
450
- - source_labels : [__meta_kubernetes_pod_name]
451
- action : replace
452
- target_label : pod
453
435
# Scrape config for service endpoints.
454
436
#
455
437
# The relabeling allows the actual service scrape endpoint to be configured
You can’t perform that action at this time.
0 commit comments