github.com/kotalco/kotal@v0.3.0/config/samples/ethereum2/ethereum2_v1alpha1_nimbus_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: nimbus-beacon-node 12 spec: 13 network: goerli 14 client: nimbus 15 logging: info 16 executionEngineEndpoint: http://goerli-geth-node:8551 17 jwtSecretName: "jwt-secret" 18 feeRecipient: "0xd8da6bf26964af9d7eed9e03e53415d37aa96045" 19 checkpointSyncUrl: "https://goerli.beaconstate.ethstaker.cc" 20 rest: true 21 resources: 22 # these resources are only for testing 23 # change resources depending on your use case 24 cpu: "1" 25 memory: "1Gi"