github.com/kotalco/kotal@v0.3.0/config/samples/ethereum/ethereum_v1alpha1_ibft2_besu_node.yaml (about)

     1  # WARNING: DON'T use the following secrets in production
     2  apiVersion: v1
     3  kind: Secret
     4  metadata:
     5    name: ibft2-besu-nodekey
     6  stringData:
     7    key: 608e9b6f67c65e47531e08e8e501386dfae63a540fa3c48802c8aad854510b4e
     8  ---
     9  apiVersion: ethereum.kotal.io/v1alpha1
    10  kind: Node
    11  metadata:
    12    name: ibft2-besu-node
    13  spec:
    14    ########### Genesis block spec ###########
    15    genesis:
    16      chainId: 20189
    17      networkId: 11
    18      ibft2:
    19        blockPeriod: 2
    20        epochLength: 30000
    21        requestTimeout: 10
    22        validators:
    23          - "0x427e2c7cecd72bc4cdd4f7ebb8bb6e49789c8044"
    24          - "0xd2c21213027cbf4d46c16b55fa98e5252b048706"
    25          - "0x8e1f6c7c76a1d7f74eda342d330ca9749f31cc2b"
    26      forks:
    27        homestead: 0
    28        eip150: 0
    29        eip155: 0
    30        eip158: 0
    31        byzantium: 0
    32        constantinople: 0
    33        petersburg: 0
    34        istanbul: 0
    35        muirglacier: 0
    36        berlin: 0
    37        london: 0
    38        arrowGlacier: 0
    39      coinbase: "0x071E2c1067c24607fF00cEEBbe83a38063BDEDd8"
    40      difficulty: "0xfff"
    41      gasLimit: "0x47b760"
    42      nonce: "0x0"
    43      timestamp: "0x0"
    44      accounts:
    45        - address: "0x48c5F25a884116d58A6287B72C9b069F936C9489"
    46          balance: "0xffffffffffffffffffff"
    47    ########### node spec ###########
    48    client: besu
    49    rpc: true
    50    nodePrivateKeySecretName: ibft2-besu-nodekey
    51    rpcPort: 8599
    52    corsDomains:
    53      - all
    54    hosts:
    55      - all
    56    rpcAPI:
    57      - web3
    58      - net
    59      - eth
    60      - ibft
    61    resources:
    62      cpu: "1"
    63      cpuLimit: "1"
    64      memory: "1Gi"
    65      memoryLimit: "2Gi"