diff --git a/Readme.md b/Readme.md index 05a3ba4..0dc40e9 100644 --- a/Readme.md +++ b/Readme.md @@ -178,6 +178,7 @@ The required options are marked **bold** | **qryn.data.QRYN_DATABASE_DATA_0_NAME** | The name for the qryn database. | qryn | | **qryn.data.QRYN_DATABASE_DATA_0_PORT** | The port for the qryn database. | 9000 | | **qryn.data.QRYN_DATABASE_DATA_0_SECURE** | Whether to use secure connection for the qryn database. | false | +| qryn.data.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 | diff --git a/values.yaml b/values.yaml index 959035b..862f6ee 100644 --- a/values.yaml +++ b/values.yaml @@ -21,6 +21,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: @@ -81,7 +82,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: