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

     1  # WARNING: DON'T use the following secrets in production
     2  apiVersion: v1
     3  kind: Secret
     4  metadata:
     5    name: mainnet-nethermind-nodekey
     6  stringData:
     7    key: 608e9b6f67c65e47531e08e8e501386dfae63a540fa3c48802c8aad854510b4e
     8  ---
     9  apiVersion: ethereum.kotal.io/v1alpha1
    10  kind: Node
    11  metadata:
    12    name: mainnet-nethermind-node
    13  spec:
    14    network: mainnet
    15    client: nethermind
    16    nodePrivateKeySecretName: mainnet-nethermind-nodekey
    17    logging: info
    18    rpc: true
    19    rpcPort: 9999
    20    rpcAPI:
    21      - eth
    22      - admin
    23    p2pPort: 30304
    24    ws: true
    25    wsPort: 8888
    26    syncMode: fast
    27    staticNodes:
    28      - "enode://2281549869465d98e90cebc45e1d6834a01465a990add7bcf07a49287e7e66b50ca27f9c70a46190cef7ad746dd5d5b6b9dfee0c9954104c8e9bd0d42758ec58@10.5.0.2:30300"
    29    resources:
    30      cpu: "1"
    31      memory: "1Gi"