Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDB-9509: Updated the cluster creation JSON configuration #80

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

mihailradkov
Copy link
Contributor

@mihailradkov mihailradkov commented Feb 14, 2024

  • Added graphdb.clusterConfig.transactionLogMaximumSizeGB configuration for the cluster creation JSON configuration
  • Added graphdb.clusterConfig.existingClusterConfig for providing a custom cluster creation JSON configuration
  • Fixed URLs in the README.md that refer to the official GraphDB documentation
  • Fixed the cluster creation JSON configuration to use messageSizeKB instead of messageSize, see graphdb.clusterConfig.messageSize

@mihailradkov mihailradkov force-pushed the GDB-9509-cluster-config branch 2 times, most recently from e403989 to a8cef1e Compare February 14, 2024 08:41
@@ -48,7 +48,7 @@ spec:
sizeLimit: 10Mi
- name: cluster-config
configMap:
name: graphdb-cluster-config-configmap
name: {{ .Values.graphdb.clusterConfig.existingClusterConfig | default "graphdb-cluster-config-configmap" }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that the patch job waits on the external proxy to be accessible, what if such service is not used?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although the chart allows you to set replicas: 0 for the cluster proxy, it doesn't support working without it, for now.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So the clients would not be able to use it as they are not using proxies for the moment

- Added `.Values.graphdb.clusterConfig.transactionLogMaximumSizeGB` configuration
  for the cluster creation JSON configuration
- Added `graphdb.clusterConfig.existingClusterConfig` for providing a custom cluster
  creation JSON configuration
- Fixed URLs in the [README.md](README.md) that refer to the official GraphDB documentation
- Fixed the cluster creation JSON configuration to use `messageSizeKB` instead of
  `messageSize`, see `graphdb.clusterConfig.messageSize`
@mihailradkov mihailradkov merged commit 292b85c into master Feb 19, 2024
2 checks passed
@mihailradkov mihailradkov deleted the GDB-9509-cluster-config branch March 27, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants