# set tag manually --set image.tag=latest image: repository: parity/polkadot tag: latest pullPolicy: Always basepath: /polkadot executable: /usr/local/bin/polkadot # if set to true a service account for polkadot will be created rbac: enable: true name: polkadot # name of the statefulset app: polkadot node_group: polkadot listen_node_port: true nodes: replicas: 2 args: - --chain - alexander # serve rpc within the local network # - fenced off the world via firewall # - used for health checks - --rpc-external - --ws-external # - --log # - sub-libp2p=trace validator: {} # providing 'keys' string via --set commandline parameter will run the nodes # in validator mode (--validator). # maybe adopt resource limits here to the nodes of the pool # resources: # memory: "5Gi" # cpu: "1.5"