Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shashiranjan84 committed May 10, 2024
1 parent 6053a3b commit a10288c
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
Binary file removed .cr-release-packages/sombra-0.1.0.tgz
Binary file not shown.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource.
2. Add the heml repo

```bash
helm repo add sombra-charts https://github.com/transcend-io/sombra-helm-chart
helm repo add sombra-chart https://transcend-io.github.io/sombra-helm-chart/
```
3. To customize the chart and to provide all required variables create an YAML `values.yaml` file with.

Expand Down Expand Up @@ -82,15 +82,15 @@ envs_as_secret:
```
4. Install the sombra package.
```
helm install some_release . -f values.yaml
helm install some_release sombra-chart/sombra -f ~/values.yaml
```
5. To upgrade the sombra package after customization.
```bash
helm upgrade some_release . -f values.yaml
helm upgrade some_release sombra-chart/sombra -f ~/values.yaml
```
5. To uninstalling a Release
```bash
helm upgrade some_release .
helm uninstall some_release
```

## Configuring Sombra
Expand Down Expand Up @@ -172,7 +172,7 @@ Following is the list of enviroment variables supported by Sombra for its config
| LOG_HTTP_TRANSPORT_BATCH_COUNT | no | 10 | no | The maximum number of log lines to send in a single batched request. |

## Configuring LLM Classifier
| Variables | Required | default | secret | Description
| Variables | Required | default | secret | Description |
| ---------- | ---------- | ---------- | ---------- | ---------- |
| LLM_SERVER_PORT | no | 6081| no | Port on which server listen to.|
| LLM_SERVER_CONCURRENCY | no | (cpu count) * 2 | no | The number of worker processes for handling requests.|
Expand All @@ -183,7 +183,7 @@ Following is the list of enviroment variables supported by Sombra for its config


## Configuring Pathfinder
| Variables | Required | default | secret | Description
| Variables | Required | default | secret | Description |
| ---------- | ---------- | ---------- | ---------- | ---------- |
| AUTHENTICATION_KEY_HASH| Required if REQUIRE_AUTHENTICATION is true| N/A | yes | Hash to check Bearer tokens against when services are authenticating to the server. See section on Generating Keys below.|
| REQUIRE_AUTHENTICATION| no| N/A | yes | Whether to require services to authenticate to Pathfinder. May not be necessary if all services using Pathfinder are on the same network.|
Expand Down
25 changes: 25 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: v1
entries:
sombra:
- apiVersion: v2
created: "2024-05-10T16:22:11.163833-05:00"
dependencies:
- condition: llm-classifier.enabled
name: llm-classifier
repository: ""
version: 0.1.0
- condition: pathfinder.enabled
name: pathfinder
repository: ""
version: 0.1.0
description: A Helm chart for deploying sombra and its dependent services in Kubernetes
digest: 8a952912050892e55db2dc9109beab3900a448d8d2521cb15f7f4410c4faec18
maintainers:
- email: [email protected]
name: Transcend
name: sombra
type: application
urls:
- https://transcend-io.github.io/sombra-helm-chart/sombra-0.1.0.tgz
version: 0.1.0
generated: "2024-05-10T16:22:11.161861-05:00"
Binary file added sombra-0.1.0.tgz
Binary file not shown.

0 comments on commit a10288c

Please sign in to comment.