From c3af438805e147bba63176ee5b5bc17145fc51b0 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 16 Nov 2021 11:31:17 +0100 Subject: [PATCH] increase healthcheck job timeout (#34) --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index be5a645..54a59e0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -107,7 +107,7 @@ clustersysteminfo: OWSEC_DEFAULT_PASSWORD: openwifi #OWSEC_NEW_PASSWORD: "" # Set this value in order for the check to work. Password must comply https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/#authenticationvalidationexpression - activeDeadlineSeconds: 1200 + activeDeadlineSeconds: 2400 backoffLimit: 5 restartPolicy: OnFailure