Compare commits
1 Commits
feature/VD
...
2104
| Author | SHA1 | Date |
|---|---|---|
|
|
fcc9ad0f4f |
|
|
@ -15,7 +15,6 @@
|
|||
"tags": [
|
||||
"{{.mzName}}"
|
||||
],
|
||||
"preset": true,
|
||||
"popularity": 1,
|
||||
"hasConsistentColors": false
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"entitySelectorBasedRules": [
|
||||
{
|
||||
"enabled": true,
|
||||
"entitySelector": "type(SERVICE),tag({{.compassIDs}}),not(entityName.contains(\"HealthResource\")),not(entityName.contains(\"PingResource\")),not(entityName.contains(\"StatusResource\")),not(entityName.contains(\"PrometheusResource\"))"
|
||||
"entitySelector": "type(Service),tag({{.compassIDs}}),not(entityName.contains(\"HealthResource\")),not(entityName.contains(\"PingResource\")),not(entityName.contains(\"PrometheusResource\"))"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ config:
|
|||
|
||||
CDnewComponentTag:
|
||||
- name: CD_coco-hm
|
||||
- compassIDs: \"compass-id:coco-hm-rds-db-test\",\"compass-id:coco-hm-rds-db-int\",\"compass-id:coco-hm-rds-db-e2e\",\"compass-id:coco-hm-rds-db-prod\"
|
||||
- compassIDs: \"compass-id:coco-hm\"
|
||||
|
|
|
|||
Loading…
Reference in New Issue