github.com/kotalco/kotal@v0.3.0/config/samples/polkadot/polkadot_v1alpha1_kusama_node.yaml (about)

     1  # WARNING: DON'T use the following secret in production
     2  apiVersion: v1
     3  kind: Secret
     4  metadata:
     5    name: polkadot-node-key
     6  stringData:
     7    # Identity 12D3KooWFEHU9FXqGCL6ify4rqcon31WYViCnUfA6aVYTjRXqJ5F
     8    key: 2938f18547765c18d44c8b8ebf649e97f9a6f0c5afcb241ae93a9ff252ea4a2c
     9  ---
    10  apiVersion: polkadot.kotal.io/v1alpha1
    11  kind: Node
    12  metadata:
    13    name: node-sample
    14  spec:
    15    network: kusama
    16    nodePrivateKeySecretName: "polkadot-node-key"
    17    logging: info
    18    syncMode: fast
    19    pruning: true
    20    retainedBlocks: 1024
    21    rpc: true
    22    rpcPort: 9933
    23    ws: true
    24    wsPort: 9944
    25    telemetry: true
    26    prometheus: true
    27    resources:
    28      cpu: "1"
    29      memory: "1Gi"