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

     1  # WARNING: DON'T use the following secrets in production
     2  apiVersion: v1
     3  kind: Secret
     4  metadata:
     5    name: mainnet-besu-nodekey
     6  stringData:
     7    key: 5df5eff7ef9e4e82739b68a34c6b23608d79ee8daf3b598a01ffb0dd7aa3a2fd
     8  ---
     9  apiVersion: ethereum.kotal.io/v1alpha1
    10  kind: Node
    11  metadata:
    12    name: mainnet-besu-node
    13  spec:
    14    network: mainnet
    15    client: besu
    16    nodePrivateKeySecretName: mainnet-besu-nodekey
    17    rpc: true
    18    rpcPort: 8599
    19    corsDomains:
    20      - example.kotal.io
    21    rpcAPI:
    22      - web3
    23      - net
    24      - eth
    25    graphql: true
    26    graphqlPort: 8777
    27    resources:
    28      cpu: "1"
    29      cpuLimit: "1"
    30      memory: "1Gi"
    31      memoryLimit: "2Gi"