Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 529 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 529 Bytes

Stellar Helm Charts

Helm charts for Stellar applications (Core, Horizon, Friendbot, ...)

Stellar Core

helm repo update
helm dependency update stellar-core
helm install \
  --namespace stellar-testnet \
  --name stellar-core \
  --values stellar-core.testnet.values.yaml \
  stellar-core

Stellar Horizon

helm repo update
helm dependency update stellar-horizon
helm install \
  --namespace stellar-testnet \
  --name stellar-horizon \
  --values stellar-horizon.testnet.values.yaml \
  stellar-horizon