Skip to content

Commit

Permalink
default max peers for holesky 1
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe-blox committed Oct 9, 2024
1 parent 88eecf3 commit 1424e86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .k8/production/holesky/scripts/deploy-cluster-1--4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ fi

DIR=".k8/production/holesky"
DEPLOY_FILES=(
# "ssv-node-holesky-1-deployment.yml"
"ssv-node-holesky-2-deployment.yml"
"ssv-node-holesky-3-deployment.yml"
"ssv-node-holesky-4-deployment.yml"
"ssv-node-holesky-1-deployment.yml"
# "ssv-node-holesky-2-deployment.yml"
# "ssv-node-holesky-3-deployment.yml"
# "ssv-node-holesky-4-deployment.yml"
)

if [[ -d $DIR ]]; then
Expand Down
2 changes: 0 additions & 2 deletions .k8/production/holesky/ssv-node-holesky-1-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ spec:
value: "true"
- name: SUBNETS
value: "0xffffffffffffffffffffffffffffffff"
- name: P2P_MAX_PEERS
value: "300"
volumeMounts:
- mountPath: /data
name: ssv-node-holesky-1
Expand Down

0 comments on commit 1424e86

Please sign in to comment.