Skip to content

Commit

Permalink
chore: Mark ragengine as WIP for helm installation (#758)
Browse files Browse the repository at this point in the history
Notify users that kaito ragengine is still WIP, not ready for
deployment.
  • Loading branch information
Fei-Guo authored Dec 5, 2024
1 parent 3882218 commit 1e4e699
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions charts/kaito/ragengine/README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,3 @@
# KAITO RAGEngine Helm Chart

## Install

```bash
export REGISTRY=mcr.microsoft.com/aks/kaito
export IMG_NAME=ragengine
export IMG_TAG=0.0.1
helm install ragengine ./charts/kaito/ragengine \
--set image.repository=${REGISTRY}/$(IMG_NAME) --set image.tag=$(IMG_TAG) \
--namespace ragengine --create-namespace
```

## Values

| Key | Type | Default | Description |
|------------------------------------------|--------|-----------------------------------------|---------------------------------------------------------------|
| affinity | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `mcr.microsoft.com/aks/kaito/ragengine` | |
| image.tag | string | `"0.3.0"` | |
| imagePullSecrets | list | `[]` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext.runAsNonRoot | bool | `true` | |
| presetRegistryName | string | `"mcr.microsoft.com/aks/kaito"` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | string | `"500m"` | |
| resources.limits.memory | string | `"128Mi"` | |
| resources.requests.cpu | string | `"10m"` | |
| resources.requests.memory | string | `"64Mi"` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | |
| securityContext.capabilities.drop[0] | string | `"ALL"` | |
| tolerations | list | `[]` | |
| webhook.port | int | `9443` | |
## WIP

0 comments on commit 1e4e699

Please sign in to comment.