-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Mark ragengine as WIP for helm installation (#758)
Notify users that kaito ragengine is still WIP, not ready for deployment.
- Loading branch information
Showing
1 changed file
with
1 addition
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |