feat: add Helm chart for vesting-backend#270
Open
Mrcee-arch wants to merge 1 commit into
Open
Conversation
helm/vesting-backend/ chart with:
- Chart.yaml (apiVersion v2, appVersion 1.0.0)
- values.yaml – fully documented with inline comments
- templates/
- _helpers.tpl – name/label/image helpers
- deployment.yaml – Deployment with security context, probes,
configMapRef + secretRef envFrom
- service.yaml – ClusterIP Service
- ingress.yaml – nginx Ingress with TLS
- hpa.yaml – HPA autoscaling/v2 (CPU + memory)
- configmap.yaml – application config
- externalsecret.yaml – External Secrets Operator integration
- serviceaccount.yaml – dedicated ServiceAccount
- NOTES.txt – post-install instructions
- README.md – install, upgrade, config table, publishing docs
Also adds:
- docs/helm-charts/index.yaml – initial GitHub Pages Helm repo index
- .github/workflows/helm-release.yml – packages and publishes chart on
helm-v* tag push via peaceiris/actions-gh-pages
Closes FaveTeamz#3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
helm/vesting-backend/ chart with:
configMapRef + secretRef envFrom
Also adds:
Summary
Changes
Testing
Checklist
cargo fmtappliedcargo clippy --features testutils -- -D warningspassescargo test --features testutilspassesCHANGELOG.mdupdated under[Unreleased]closes chore(contract): benchmark and optimize storage read/write costs #215