mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
5606afd886
* update helm chart from substrate * ci: change container image to kubetools
43 lines
853 B
YAML
43 lines
853 B
YAML
# 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"
|
|
|