updated managed Zone (depend on ms-id)

CD_VPS-Archive
Qian Cheng (ext.) 2021-09-30 18:36:57 +02:00
parent 113ef10ba6
commit e7f7c1f237
2 changed files with 52 additions and 0 deletions

View File

@ -109,6 +109,32 @@
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "ms-id",
"value": "{{.tag}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_HOST_LIKE",
"SERVICE_TO_PROCESS_GROUP_LIKE"
],
"type": "SERVICE"
}
]
}

View File

@ -109,6 +109,32 @@
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "ms-id",
"value": "{{.tag}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_HOST_LIKE",
"SERVICE_TO_PROCESS_GROUP_LIKE"
],
"type": "SERVICE"
}
]
}