From 3fe078bb0240ed83b80a98f0fe9ea9d5c86b7e40 Mon Sep 17 00:00:00 2001 From: Jesse S Date: Mon, 6 Nov 2023 13:25:43 -0800 Subject: [PATCH] fix: Update 7.0 config schema (#232) --- .../client/config-schemas/7.0.0.json | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/lib/live_cluster/client/config-schemas/7.0.0.json b/lib/live_cluster/client/config-schemas/7.0.0.json index 17de17fc..2232b655 100644 --- a/lib/live_cluster/client/config-schemas/7.0.0.json +++ b/lib/live_cluster/client/config-schemas/7.0.0.json @@ -267,6 +267,14 @@ "description": "", "dynamic": false }, + "quarantine-allocations": { + "type": "integer", + "default": 0, + "minimum": 0, + "maximum": 100000000, + "description": "", + "dynamic": false + }, "secrets-address-port": { "type": "string", "default": "", @@ -2613,6 +2621,14 @@ "description": "", "dynamic": false }, + "default-ttl": { + "type": "integer", + "default": 0, + "minimum": 0, + "maximum": 315360000, + "description": "", + "dynamic": true + }, "disable-eviction": { "type": "boolean", "default": false, @@ -3416,12 +3432,6 @@ "description": "", "dynamic": true }, - "serialize-tomb-raider": { - "type": "boolean", - "default": false, - "description": "", - "dynamic": false - }, "tomb-raider-sleep": { "type": "integer", "default": 1000,