mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
33 lines
495 B
YAML
33 lines
495 B
YAML
|
|
# Validator-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
|
||
|
|
chainData:
|
||
|
|
persistence:
|
||
|
|
size: 20Gi
|
||
|
|
resources:
|
||
|
|
requests:
|
||
|
|
memory: "512Mi"
|
||
|
|
cpu: "200m"
|
||
|
|
limits:
|
||
|
|
memory: "1Gi"
|
||
|
|
cpu: "500m"
|
||
|
|
perNodeServices:
|
||
|
|
apiService:
|
||
|
|
enabled: true
|
||
|
|
type: NodePort
|