Skip to content

Commit

Permalink
Merge branch 'main' into prerelease
Browse files Browse the repository at this point in the history
# Conflicts:
#	Readme.md
#	values.yaml
  • Loading branch information
akvlad committed May 17, 2024
2 parents f8d68cd + f14eaa4 commit 9d2a83e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
3 changes: 2 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9d2a83e

Please sign in to comment.