https://github.com/stellar/helm-charts
Helm charts for deploying SDF maintained software
https://github.com/stellar/helm-charts
Last synced: about 1 year ago
JSON representation
Helm charts for deploying SDF maintained software
- Host: GitHub
- URL: https://github.com/stellar/helm-charts
- Owner: stellar
- Created: 2022-07-13T14:54:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T23:08:50.000Z (about 1 year ago)
- Last Synced: 2025-03-29T00:22:02.084Z (about 1 year ago)
- Language: Smarty
- Homepage:
- Size: 448 KB
- Stars: 3
- Watchers: 19
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stellar Development Helm Charts
This repository contains the following Helm charts for deploying SDF maintained software:
- Anchor Platform SEP Service
- Horizon API server
To add the repo to your system run:
```
helm repo add stellar https://helm.stellar.org/charts
```
# Anchor Platform SEP Service
Documentation
* https://github.com/stellar/java-stellar-anchor-sdk/tree/main/docs
* https://github.com/stellar/helm-charts/tree/main/charts/anchor-platform/sep-service
## Install Anchor Platform Helm Chart
```
$ helm install -f myvalues.yaml sep-service ./charts/anchor-platform/sep-service
```
## Uninstall Anchor Platform Helm Chart
```
$ helm uninstall sep-service
```
# Horizon API server
See https://github.com/stellar/helm-charts/tree/main/charts/horizon
# Stellar Disbursement Platform
See https://github.com/stellar/helm-charts/tree/main/charts/stellar-disbursement-platform