Skip to content

Instantly share code, notes, and snippets.

@PFC-developer
Last active August 18, 2023 15:58
Show Gist options
  • Save PFC-developer/7bbfaf43f45e0e199ef3ff72f798c9e1 to your computer and use it in GitHub Desktop.
Save PFC-developer/7bbfaf43f45e0e199ef3ff72f798c9e1 to your computer and use it in GitHub Desktop.
chain.yaml
apiVersion: cosmos.strange.love/v1
kind: CosmosFullNode
metadata:
name: cosmoshub
namespace: cosmos
spec:
chain:
app:
minGasPrice: 0.001uatom
binary: gaiad
chainID: cosmoshub-4
config:
seeds: "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:14956,4ddba29a7dfa740a4edeb5c620c963f67f951e1d@5.9.72.212:2000"
genesisURL: https://snapshots.polkachu.com/genesis/cosmos/genesis.json
network: mainnet
skipInvariants: true
snapshotURL: "https://snapshots.polkachu.com/snapshots/cosmos/cosmos_16618909.tar.lz4"
podTemplate:
image: ghcr.io/strangelove-ventures/heighliner/gaia:v11.0.0
resources:
requests:
memory: 16Gi
replicas: 2 # TODO change to 1 to use less resources
volumeClaimTemplate:
resources:
requests:
storage: 200Gi
storageClassName: ssd-block-store
service:
p2pTemplate:
type: NodePort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment