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

     1  apiVersion: ethereum2.kotal.io/v1alpha1
     2  kind: Validator
     3  metadata:
     4    name: nimbus-validator
     5  spec:
     6    client: nimbus
     7    network: mainnet
     8    logging: info
     9    beaconEndpoints:
    10      - http://nimbus-beacon-node:8888
    11    graffiti: Validated by Kotal
    12    keystores:
    13      - secretName: my-validator
    14    feeRecipient: "0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
    15    resources:
    16      # these resources are only for testing
    17      # change resources depending on your use case
    18      cpu: "1"
    19      memory: "1Gi"