Skip to content

Commit

Permalink
fix: set kubo API port to 5101
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do committed Jul 3, 2024
1 parent 0b8f5b4 commit f32d284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operator/src/network/ipfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ ipfs config --json Addresses.Gateway '[]'
ipfs config --json PubSub.Enabled true
# Only listen on specific tcp address as nothing else is exposed
ipfs config --json Addresses.Swarm '["/ip4/0.0.0.0/tcp/4101"]'
ipfs config --json Addresses.API '["/ip4/0.0.0.0/tcp/5101"]'
# Set explicit resource manager limits as Kubo computes them based off
# the k8s node resources and not the pods limits.
ipfs config Swarm.ResourceMgr.MaxMemory '400 MB'
Expand Down

0 comments on commit f32d284

Please sign in to comment.