Skip to content

Commit

Permalink
Merge pull request #3115 from keep-network/3012-geth-testnet-node
Browse files Browse the repository at this point in the history
 #3012 Add LoadBalancer with static IP

 - added `type` to `spec` section in service of kubernetes defining kind of service
 - added LoadBalancer IP which was previously reserved using gcloud command as regional IP
  • Loading branch information
nkuba authored Aug 8, 2022
2 parents 76d2469 + 7bc1b65 commit ef8efc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/kube/keep-test/geth-node/eth-goerli-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,5 @@ spec:
targetPort: 30303
name: udp-30303
protocol: UDP
type: LoadBalancer
loadBalancerIP: "35.238.111.174"

0 comments on commit ef8efc1

Please sign in to comment.