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

Upgrade HA network configuration #80

Merged
merged 6 commits into from
Nov 28, 2024
Merged

Conversation

as51340
Copy link
Collaborator

@as51340 as51340 commented Nov 25, 2024

Bolt port, replication port, management port and coordinator port are always the same for all instances, hence I abstracted them in values.yaml. Coordinators need only one service for external access. User has an option of using NodePort, which is advised to be used when deploying locally, and of using LoadBalancer which is advised to be used on cloud deployments.

@as51340 as51340 self-assigned this Nov 25, 2024
@as51340 as51340 linked an issue Nov 25, 2024 that may be closed by this pull request
@as51340 as51340 force-pushed the update-ha-network-configuration branch from 7570f32 to 15a6fa8 Compare November 25, 2024 11:16
@as51340 as51340 linked an issue Nov 25, 2024 that may be closed by this pull request
@as51340 as51340 marked this pull request as ready for review November 25, 2024 11:23
@@ -13,6 +13,7 @@ spec:
metadata:
labels:
app: memgraph-data-{{ $data.id }}
instance-type: data
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you use this anywhere?

Copy link
Collaborator

@antejavor antejavor left a comment

Choose a reason for hiding this comment

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

Looks good, not sure why CI/CD is failing for HA chart, looks like timeout.

@antejavor
Copy link
Collaborator

@as51340 the CI/CD is failing here since we are killing the job for the setup here, we should add some checks to CI/CD for connecting the whole cluster since it is easy to make a mistake, here is the issue for this: #87

@antejavor antejavor merged commit 0d76179 into main Nov 28, 2024
1 of 2 checks passed
@antejavor antejavor deleted the update-ha-network-configuration branch November 28, 2024 08:50
as51340 added a commit that referenced this pull request Dec 2, 2024
Update HA network configuration
---------

Co-authored-by: Ante Javor <ante.javor@memgraph.io>
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.

Enable Load balancer service NodePort incorrectly configured
2 participants