From ff8701f5a01b436fa6eccc0d4c1012cfdd6c478f Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 28 Jan 2025 03:04:38 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2025-01-28) --- pkg/dist/service_types.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index 7739efe..cc349c5 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -6905,6 +6905,11 @@ valkey: minimum: 0 maximum: 59 example: "30" + frequent_snapshots: + title: Frequent RDB snapshots + description: When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when `valkey_persistence` is set to `off`. + type: boolean + default: true ip_filter: title: IP filter description: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'