For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

Was this helpful?