From f14eaa4a05f0503672382f37f1a3d967178042f8 Mon Sep 17 00:00:00 2001 From: akvlad Date: Fri, 17 May 2024 17:55:05 +0300 Subject: [PATCH] QRYN_SYSTEM_SETTINGS_LICENSE_AUTO_SHUTDOWN configuration --- Readme.md | 2 ++ values.yaml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 85389e1..f1f817b 100644 --- a/Readme.md +++ b/Readme.md @@ -178,6 +178,7 @@ The required options are marked **bold** | **qryn.QRYN_DATABASE_DATA_0_NAME** | The name for the qryn database. | qryn | | **qryn.QRYN_DATABASE_DATA_0_PORT** | The port for the qryn database. | 9000 | | **qryn.QRYN_DATABASE_DATA_0_SECURE** | Whether to use secure connection for the qryn database. | false | +| qryn.QRYN_SYSTEM_SETTINGS_LICENSE_AUTO_SHUTDOWN | Whether to deactivate license on sigkill | true | | reader.autoscaling.enabled | Whether to enable hpa autoscaling for the reader. | True | | reader.autoscaling.minReplicas | The minimum number of replicas for the reader. | 1 | | reader.autoscaling.maxReplicas | The maximum number of replicas for the reader. | 10 | @@ -225,3 +226,4 @@ The required options are marked **bold** | ctrl.replicas | The number of replica sets for the qryn-ctrl. | 1 | | ctrl.revisionHistoryLimit | The number of history revisions for the qryn-ctrl. | 10 | | ctrl.type | The type of deployment for the qryn-ctrl. | ClusterIP | + diff --git a/values.yaml b/values.yaml index 8ef1e9a..322c38d 100644 --- a/values.yaml +++ b/values.yaml @@ -22,6 +22,7 @@ qryn: QRYN_DATABASE_DATA_0_NAME: "qryn" QRYN_DATABASE_DATA_0_PORT: "9000" QRYN_DATABASE_DATA_0_SECURE: "false" + QRYN_SYSTEM_SETTINGS_LICENSE_AUTO_SHUTDOWN: "true" reader: autoscaling: @@ -70,7 +71,7 @@ writer: qrynHttpSettingsPort: 3100 image: repository: qxip/qryn-writer-cloud - tag: 1.9.95-beta.13 + tag: 1.9.95-beta.16 imagePullPolicy: IfNotPresent resources: requests: