From b3dd50eff64544200c0678b2e49cd822fc373927 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Fri, 21 Oct 2022 17:36:17 +0200 Subject: [APACHECNF] Update healthcheck and add scale workflow Issue-ID: INT-2164 Signed-off-by: Lukasz Rajewski Change-Id: I7cf59f58592321ec06d8d812bd081293130ec74d (cherry picked from commit 5762244a0c6282557169c8183e464f6950438122) --- .../templates/cba/Templates/config-setup-mapping.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json') 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 } ] -- cgit 1.2.3-korg