mxchinegod / digits-helm-chart

The official helm chart repository for open-source market analysis platform, Digits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

digits-helm-chart

Kubernetes Helm Chart for the Digits app.

πŸš€ Usage

Edit your values.yaml to include the necessary configuration.

helm install digits .

πŸ“ Modify

helm upgrade digits

πŸ—‘οΈ Uninstall

helm uninstall digits

🚧 Dev


πŸ’» Apple Silicon

Using Docker Desktop, you will want to pull any images which throw:

🚨 ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

using the following command yourself (i.e. do not let kubernetes try to pull the image for the first time):

docker pull --platform linux/x86_64 dylanalloy/digits-api-main:latest

as an example. The --platform argument is key here until I can create ARM images with Github Actions.

✨ Goals

  • Swap out beta mongodb deployment for Bitnami's MongoDB

πŸ™‹ Contribution

Proper commit message format is required for automated changelog generation. Examples:
[<emoji>] [revert: ?]<type>[(scope)?]: <message>

πŸ’₯ feat(compiler): add 'comments' option
πŸ› fix(compiler): fix some bug
πŸ“ docs(compiler): add some docs
🌷 UI(compiler): better styles
🏰 chore(compiler): Made some changes to the scaffolding
🌐 locale(compiler): Made a small contribution to internationalization

Other commit types: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep

About

The official helm chart repository for open-source market analysis platform, Digits.