Skip to content

RobertoBochet/scraper-bot-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraper Bot Helm Chart

GitHub GitHub Workflow Status

This repo provides the helm chart for the Scraper Bot

The chart setups the required redis server and it creates a CronJob to run the bot periodically

Deploy

Helm chart package is available in the github OCI registry

oci://ghcr.io/robertobochet/scraper-bot-chart

You can use it to directly deploy on your kubernetes cluster

  1. Retrieve the default values file
    helm show values oci://ghcr.io/robertobochet/scraper-bot-chart > values.yaml
  2. Customize the values.yaml
  3. Install the scaper bot
    helm install scraper-bot oci://ghcr.io/robertobochet/scraper-bot-chart -f values.yaml

Configuration

For the Scraper Bot configuration you have to look at the main repository scraper-bot