OPMAAS-251 - Added global Service Database am-store

custom-service-JONYR
ermisw 2021-06-21 20:11:49 +02:00
parent c4d9c074a7
commit d0059574e3
1 changed files with 31 additions and 0 deletions

View File

@ -3530,6 +3530,37 @@
],
"type": "PROCESS_GROUP",
"valueFormat": "{ProcessGroup:KubernetesNamespace/(.*?)-test}"
},
{
"type": "SERVICE",
"enabled": true,
"valueFormat": "am-store",
"propagationTypes": [],
"conditions": [
{
"key": {
"attribute": "SERVICE_TYPE"
},
"comparisonInfo": {
"type": "SERVICE_TYPE",
"operator": "EQUALS",
"value": "DATABASE_SERVICE",
"negate": false
}
},
{
"key": {
"attribute": "SERVICE_DATABASE_NAME"
},
"comparisonInfo": {
"type": "STRING",
"operator": "CONTAINS",
"value": "store",
"negate": false,
"caseSensitive": true
}
}
]
}
]
}