aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2022-10-21 17:36:17 +0200
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-10-21 16:17:40 +0000
commitb3dd50eff64544200c0678b2e49cd822fc373927 (patch)
treecc5be58f4ed30bbe4684ef2333afc415771231d5 /tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json
parentfa39bef3f4532802314cb89721e13c37555634b1 (diff)
[APACHECNF] Update healthcheck and add scale workflowjakarta
Issue-ID: INT-2164 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I7cf59f58592321ec06d8d812bd081293130ec74d (cherry picked from commit 5762244a0c6282557169c8183e464f6950438122)
Diffstat (limited to 'tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json')
-rw-r--r--tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json b/tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json
index 95d2681f..34189bca 100644
--- a/tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json
+++ b/tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json
@@ -101,5 +101,19 @@
"dependencies": [
"service-instance-id"
]
+ },
+ {
+ "name": "status-check-max-count",
+ "property": {
+ "description": "max status check count for pods",
+ "required": false,
+ "type": "integer",
+ "default": 30
+ },
+ "input-param": false,
+ "dictionary-name": "status-check-max-count",
+ "dictionary-source": "default",
+ "dependencies": [],
+ "version": 0
}
]