Skip to content
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

feat: helm chart #183

Merged
merged 14 commits into from
Jun 25, 2024
Merged

feat: helm chart #183

merged 14 commits into from
Jun 25, 2024

Conversation

miguelvr
Copy link
Contributor

@miguelvr miguelvr commented Jun 7, 2024

AI Description

This PR introduces a Helm chart for Cohere's toolkit, which is currently experimental and under active development. It includes configurations for both the backend and frontend services, along with a PostgreSQL dependency.

Changes:

  • Added .helmignore file to specify patterns to ignore when building packages.
  • Created Chart.yaml to define the Helm chart's metadata, type, version, and dependencies.
  • Introduced README.md with instructions for running the Helm chart on Minikube, including setting up the Cohere API key and installing the chart.
  • Configured backend.yaml and frontend.yaml for the backend and frontend services, respectively, including deployment, service, and autoscaling settings.
  • Added migrations.yaml to define a job for migrations using the curl image.
  • Created secret.yaml to store the Cohere API key as a secret.
  • Set default values for the Cohere toolkit in values.yaml, including API key, PostgreSQL settings, backend and frontend configurations, and resource specifications.
  • Added local.yaml with specific values for running the Helm chart on Minikube, such as API key, PostgreSQL settings, and backend and frontend image details.

@CLAassistant
Copy link

CLAassistant commented Jun 7, 2024

CLA assistant check
All committers have signed the CLA.

@miguelvr miguelvr changed the title feat: skaffold a helm chart feat: helm chart Jun 7, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@8559c24). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #183   +/-   ##
=======================================
  Coverage        ?   85.59%           
=======================================
  Files           ?      156           
  Lines           ?     5812           
  Branches        ?        0           
=======================================
  Hits            ?     4975           
  Misses          ?      837           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@miguelvr miguelvr merged commit 519a096 into main Jun 25, 2024
1 of 2 checks passed
@miguelvr miguelvr deleted the miguelvr/helm branch June 25, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants