Skip to content

Commit

Permalink
Fix values.
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Nov 28, 2024
1 parent a24e68f commit 14c94bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions charts/memgraph-high-availability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ memgraph:
replicationPort: 20000
coordinatorPort: 12000
coordLoadBalancer:
enabled: true

enabled: true

# Affinity controls the scheduling of the memgraph-high-availability pods, by disabling affinity, pods will be schedule on random nodes in the cluster that k8s scheduler chooses.
affinity:
Expand All @@ -54,7 +53,6 @@ affinity:
dataNodeLabelValue: "data-node"
coordinatorNodeLabelValue: "coordinator-node"


# If you are experiencing issues with the sysctlInitContainer, you can disable it here.
# This is made to increase the max_map_count, necessary for high memory loads in Memgraph
# If you are experiencing crashing pod with the: Max virtual memory areas vm.max_map_count is too low
Expand All @@ -63,7 +61,6 @@ sysctlInitContainer:
enabled: true
maxMapCount: 262144


data:
- id: "0"
args:
Expand Down

0 comments on commit 14c94bd

Please sign in to comment.