mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
This PR contains improvements to the DataHaven deployment infrastructure: 1. Directory restructure: Moved from `deployment/` to `deploy/` (more common for K8s / Helm -based deployment configs). 2. Added **local environment** support: updated CLI to support deploying to a local K8s cluster. 3. Manual deployment script: `deploy/scripts/deploy.sh` for manual deployments. 4. Environment-specific configurations: Structured values files for each environment. 5. Chart organization: Renamed bridges-common-relay to relay for clarity. --------- Co-authored-by: Gonza Montiel <gon.montiel@gmail.com> Co-authored-by: Gonza Montiel <gonzamontiel@users.noreply.github.com>
9 lines
234 B
YAML
9 lines
234 B
YAML
apiVersion: v2
|
|
description: A Helm chart for bridges-common-relay
|
|
maintainers:
|
|
- email: devops+helm@parity.io
|
|
name: Parity
|
|
url: https://github.com/paritytech/helm-charts
|
|
name: bridges-common-relay
|
|
type: application
|
|
version: 1.1.1
|