-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
soroban-rpc: Production-ready helm-chart #514
Comments
38 tasks
We should probably also use a k8s ConfigMap for the config instead of having the config on a persistent volume. |
For the record, there is an existing helm chart at https://github.com/stellar/helm-charts/tree/main/charts/soroban-rpc |
Ops is working in tandem on this aspect, and in process of refactoring the existing helm chart to latest rpc runtime, with review up - stellar/helm-charts#53 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does your feature solve?
Easy way for infra providers (and ourselves) to run soroban-rpc (if they're already on k8s).
What would you like to see?
We should take the manifests from https://github.com/stellar/kube/pull/1337, and the image from #382, and combine them into a production-ready helm-chart for deploying soroban-rpc.
It should include:
What alternatives are there?
The text was updated successfully, but these errors were encountered: