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

     1  apiVersion: ethereum2.kotal.io/v1alpha1
     2  kind: Validator
     3  metadata:
     4    name: prysm-validator
     5  spec:
     6    client: prysm
     7    network: mainnet
     8    logging: info
     9    beaconEndpoints:
    10      # it gives too many colons error when protocol (https://) is added
    11      - prysm-beacon-node:8888
    12    graffiti: Validated by Kotal
    13    certSecretName: "beaconnode-cert"
    14    walletPasswordSecret: wallet-password
    15    keystores:
    16      - secretName: my-validator
    17    feeRecipient: "0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
    18    resources:
    19      # these resources are only for testing
    20      # change resources depending on your use case
    21      cpu: "1"
    22      memory: "1Gi"