> For the complete documentation index, see [llms.txt](https://docs.teleskope.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.teleskope.ai/setup/teleskope-helm-charts.md).

# Teleskope Helm Charts

Once you have provided Teleskope with your AWS ID, you will have the permissions to pull the helm chart you need.

## Usage

### teleskope-self-hosted

This helm chart configuration is for deploying Teleskope in your kubernetes cluster.

```
# Default values for teleskope-fullstack.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

awsAccountID: <your_aws_account_id>

crawler:
  enable: true
  servicePort: 80
  configmapData:

crawlerDispatcher:
  enable: true
  servicePort: 80
  configmapData:

mlClassifier:
  enable: true
  servicePort: 80
  configmapData:
    tokenizer_count: 2
    api_count: 1
    collection_count: 1
    sbd_count: 2

scanner:
  enable: true
  servicePort: 80
  configmapData:

scannerDispatcher:
  enable: true
  servicePort: 80
  configmapData:
```
