github.com/kotalco/kotal@v0.3.0/config/samples/ethereum2/ethereum2_v1alpha1_teku_beacon_node.yaml (about)

     1  apiVersion: v1
     2  kind: Secret
     3  metadata:
     4    name: jwt-secret
     5  stringData:
     6    secret: fbe0c28a10274b27babf3c51e88a7435318e25fad4de877e5a63a67d0d65fdbb
     7  ---
     8  apiVersion: ethereum2.kotal.io/v1alpha1
     9  kind: BeaconNode
    10  metadata:
    11    name: teku-beacon-node
    12  spec:
    13    network: goerli
    14    client: teku
    15    logging: info
    16    rest: true
    17    restPort: 8888
    18    executionEngineEndpoint: http://goerli-geth-node:8551
    19    checkpointSyncUrl: "https://beaconstate-goerli.chainsafe.io/eth/v2/debug/beacon/states/finalized"
    20    jwtSecretName: "jwt-secret"
    21    feeRecipient: "0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
    22    resources:
    23      # these resources are only for testing
    24      # change resources depending on your use case
    25      cpu: "1"
    26      memory: "1Gi"