Skip to content

Commit

Permalink
Fix the helm repo links (#598)
Browse files Browse the repository at this point in the history
Signed-off-by: Dolpher Du <dolpher.du@intel.com>
(cherry picked from commit a7089af)
  • Loading branch information
yongfengdu authored and chensuyue committed Nov 21, 2024
1 parent 0f521ae commit 983b500
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions cloud-service-provider/aws/eks/terraform/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ Initialize the Terraform environment.
terraform init
```

Add OPEA Helm chart repository.

```bash
helm repo add opea https://opea-project.github.io/GenAIInfra
helm repo update
```

## EKS cluster

By default, 1-node cluster is created which is suitable for running the OPEA application. See `variables.tf` and `opea-<application-name>.tfvars` if you want to tune the cluster properties, e.g., number of nodes, instance types or disk size.
Expand All @@ -56,7 +49,7 @@ Now you should have access to the cluster via the `kubectl` command.
Deploy ChatQnA Application with Helm

```bash
helm install -n chatqna --create-namespace chatqna opea/chatqna --set service.type=LoadBalancer --set global.modelUsePVC=model-volume --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN}
helm install -n chatqna --create-namespace chatqna oci://ghcr.io/opea-project/charts/chatqna --set service.type=LoadBalancer --set global.modelUsePVC=model-volume --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN}
```

Create the PVC as mentioned [above](#-persistent-volume-claim)
Expand Down

0 comments on commit 983b500

Please sign in to comment.