Skip to content

LyonInc/metarank-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metarank Helm chart

Check out the docs on Kubernetes deployment for more details.

TLDR:

  1. Add metarank Helm repo
$> helm repo add metarank https://metarank.github.io/helm-charts
"metarank" has been added to your repositories

$> helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "metarank" chart repository
Update Complete. Happy Helming!
  1. Pull the chart
$> helm pull metarank/metarank --untar
$> cd metarank
  1. Edit the values.yaml for generic k8s-specific settings.
  2. Update the metarank.conf according to the main doc. Do not forget to define a redis endpoint!
  3. Install the chart:
helm install metarank . --set-file config=metarank.conf --namespace recommendation-engine-production

NAME: metarank
LAST DEPLOYED: Tue Oct  4 15:32:47 2022
NAMESPACE: default
STATUS: deployed
REVISION: 1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published