Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Dec 14, 2023
1 parent d32ebf3 commit cce5d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/ethereum/beacons/beacon_consensus_config_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
consensusClientEphemeralRequestCPU = "2.5"
consensusClientEphemeralRequestMemory = "4Gi"
consensusClientMainnetCPU = "6"
consensusClientMainnetCPUMemory = "13Gi"
consensusClientMainnetMemory = "13Gi"
)

func GetConsensusClientNetworkConfig(beaconConfig BeaconConfig) zeus_cluster_config_drivers.ComponentBaseDefinition {
Expand All @@ -50,7 +50,7 @@ func GetConsensusClientNetworkConfig(beaconConfig BeaconConfig) zeus_cluster_con
downloadStartup := download + ".sh"
herculesStartup := hercules + ".sh"
cpuSize := consensusClientMainnetCPU
memSize := consensusClientMainnetCPUMemory
memSize := consensusClientMainnetMemory
var ports []v1Core.ContainerPort
var svcDriver *config_overrides.ServiceDriver
switch beaconConfig.ConsensusClient {
Expand Down

0 comments on commit cce5d77

Please sign in to comment.