mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
36 lines
601 B
YAML
36 lines
601 B
YAML
|
|
# Bootnode-specific settings for testnet
|
||
|
|
|
||
|
|
global:
|
||
|
|
environment: testnet
|
||
|
|
namespace: datahaven-pretestnet
|
||
|
|
|
||
|
|
image:
|
||
|
|
tag: main
|
||
|
|
pullPolicy: Always
|
||
|
|
|
||
|
|
imagePullSecrets:
|
||
|
|
- name: datahaven-dockerhub
|
||
|
|
|
||
|
|
ingress:
|
||
|
|
enabled: false
|
||
|
|
|
||
|
|
node:
|
||
|
|
chain: testnet-local
|
||
|
|
customChainspec: true
|
||
|
|
customChainspecPath: "/chain-data/chainspec.json"
|
||
|
|
chainData:
|
||
|
|
pruning: archive
|
||
|
|
persistence:
|
||
|
|
size: 20Gi
|
||
|
|
resources:
|
||
|
|
requests:
|
||
|
|
memory: "512Mi"
|
||
|
|
cpu: "200m"
|
||
|
|
limits:
|
||
|
|
memory: "1Gi"
|
||
|
|
cpu: "500m"
|
||
|
|
enableOffchainIndexing: true
|
||
|
|
perNodeServices:
|
||
|
|
apiService:
|
||
|
|
enabled: true
|