Skip to content

Commit

Permalink
[TDX] Fixed paths to chatqna.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Ledworowski <[email protected]>
  • Loading branch information
JakubLedworowski committed Dec 9, 2024
1 parent aedb4ae commit 12e4c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChatQnA/kubernetes/intel/README_tdx.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ As an example we will use the ChatQnA application.
If you want to just give it a try, simply run:
```bash
kubectl apply -f chatqna_tdx.yaml
kubectl apply -f cpu/xeon/manifest/chatqna_tdx.yaml
```

After a few minutes, the ChatQnA services should be up and running in the cluster and all of them will be protected with Intel TDX.
Expand Down Expand Up @@ -156,7 +156,7 @@ If you want to have more control over what is protected with Intel TDX or use a

```bash
SERVICES=("llm-uservice")
FILE=chatqna.yaml
FILE=cpu/xeon/manifest/chatqna.yaml
for SERVICE in "${SERVICES[@]}"; do
yq eval '
(select(.kind == "Deployment" and .metadata.name == "'"$SERVICE"'") | .spec.template.metadata.annotations."io.katacontainers.config.runtime.create_container_timeout") = "800"
Expand Down

0 comments on commit 12e4c94

Please sign in to comment.