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

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