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

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