OPMAAS-251 - Added global Service Database am-store
parent
c4d9c074a7
commit
d0059574e3
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue