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

     1  apiVersion: ethereum2.kotal.io/v1alpha1
     2  kind: Validator
     3  metadata:
     4    name: teku-validator
     5  spec:
     6    client: teku
     7    network: mainnet
     8    beaconEndpoints:
     9      - http://teku-beacon-node:8888
    10    graffiti: Validated by Kotal
    11    # my-vaidator secret must exist before deploying the validator
    12    # my-validator secret must has [keystore] and [password] keys
    13    # key is the keystore file
    14    # password is the password file
    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"