From 7a49d313a5ed5748d7113354624698b9a4239d04 Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Mon, 13 Dec 2021 13:59:49 +0000 Subject: [PATCH] Accomodating older services --- charts/onechart/values.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/onechart/values.schema.json b/charts/onechart/values.schema.json index a86383c..c8b96f4 100644 --- a/charts/onechart/values.schema.json +++ b/charts/onechart/values.schema.json @@ -388,7 +388,7 @@ "description": "Number of seconds after the container has started before the probes is initiated", "default": 0, "minimum": 0, - "maximum": 60 + "maximum": 180 }, "periodSeconds": { "$id": "#/properties/probe/properties/settings/properties/periodSeconds",